...
Request to process the request using a token in the headers
Наприклад:
Content-Type:application/json
Authorization:Bearer mF_9.B5f-4.1JqM
api-key:aFBLVTZ6Z2dON1V
...
Page Properties |
---|
HTTP status code | Message | What caused the error |
---|
201 | use payload from response | sync | 202 | use Get job details to get processing result. Response payload will be returned in the job details | async: default method | 401 | Invalid access token | validation fails token is expired
| 403 | | | 404 | not found | The submitted activity is not related to the Patient Care Plan | 409 | client_id refers to legal entity that is not active client_id refers to legal entity with type that is not allowed to create medical events transactions Invalid activity status Unable to cancel activity with new Medication Request requests Unable to cancel activity with active Medication requests Unable to cancel activity with Service requests in status <status value> and program processing status is NULL or not completed
| Validation error | 422 | | Validation error |
|
...