...
This is an Internal method!
This method to update updates the declaration request status.
Specification
Page Properties |
---|
Link | https://uaehealthapi.docs.apiary.io/#reference/internal.-il-db/declarations/update-declaration-requests | Посилання на Apiary або Swagger | Resource | /declaration_requests/ | Посилання на ресурс, наприклад: /api/persons/create | Scope | API paragraph not found | Scope для доступу | Components | Declarations | Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription | Microservices | API paragraph not found | Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC | Protocol type | REST | Тип протоколу, який використовується запитом, наприклад: SOAP | REST | Request type | PATCH | Тип запиту API, наприклад: GET, POST, PATCH… | Sync/Async | Sync | Метод є синхронним чи асинхронним? |
|
Logic
API paragraph not found
...
Public/Private/Internal | Internal | |
|
Logic
API paragraph not found
Global and configurable parameters
No
Input parameters
API paragraph not found
...
API paragraph not found
Request structure
...
Example:
Expand |
---|
|
Code Block |
---|
{
"declaration_requests": [
{
"id": "73FF38F0-A873-4DB4-A47A-CC0F3D7A6D6A",
"status": "pending"
}
]
} |
|
...
API paragraph not found
Response structure
...
Example:
Expand |
---|
|
Code Block |
---|
{
"meta": {
"code": 200,
"url": "https://example.com/resource",
"type": "object",
"request_id": "6617aeec-15e2-4d6f-b9bd-53559c358f97#17810"
},
"data": [
{
"id": "73FF38F0-A873-4DB4-A47A-CC0F3D7A6D6A",
"data": "json structure",
"status": "pending",
"inserted_by": "A65C8369-CE3A-44D6-839B-8856E3DC4CA3",
"inserted_at": "2005-10-30 10:45",
"updated_at": "2005-10-30 10:45"
}
]
} |
|
...