Note |
---|
Сторінка знаходиться в процесі розробки. Інформація на ній може бути застарілою. |
...
Dictionaries
N/A
Input parameters
N/A
Input parameter | Mandatory | Type | Description | Example | |
---|---|---|---|---|---|
1 | id | String | Required | d290f1ee-6c54-4b01-90e6-d701748f0851 | |
2 |
Request structure
See on API-specification
...
Request data validation
Authorize
Verify the validity of access token
Check user scope legal_entity:deactivate in order to perform this action
In case error - return 401 error
...
Invoke PRM API to get list of active employees by legal_entity_id. Employees list contains active employees where status=APPROVED and is_active = true.
For each employee check active declarations and deactivate it (if exist) according to https://e-health-ua.atlassian.net/wiki/spaces/EH/pages/583404010/Deactivate+Employee#Deactivate-declarations
...
Change legal_entity status to CLOSED
Deactivate Medical Program Provision
For PHARMACY legal entity type only (according to link).
For related divisions deactivate linked active medical program provision entities:
set is_active = false
set deactivate_reason = AUTO_LEGAL_ENTITY_DEACTIVATION (according to PROVISION_DEACTIVATE_REASON dictionary)
set updated_at, updated by
Response structure examples
...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
HTTP status codes
Response code | HTTP Status code | Message | Internal name | Description | |
---|---|---|---|---|---|
1 | Базові | ||||
2 | 200 | Response |
| ||
3 | 401 |
| Invalid scope | ||
4 | 409 | Invalid transition | |||
5 | Специфічні | ||||
6 |
Post-processing processes
...