Table of Contents | ||||
---|---|---|---|---|
|
Required parameters are marked with "*"
...
Purpose*
This WS allows to deactivate division that provide a medical program within user’s legal entity
...
This method allows to deactivate division that provide a medical program within user's legal entity.
Key points
This is a REST method.
Only authenticated and authorized pharmacy owner with appropriate scope can create a Medical program provision.
Method does not use DS.
At once User can deactivate only one active Medical program provision with Divisions which belongs to it’s own Legal entity.
Input parameters
Filter | Values | Type | Description | Example |
---|---|---|---|---|
id | String | Medical program provision identifier |
|
...
Request to process the request using a token in the headers
Headers*
Наприклад:
Content-Type:application/json
Authorization:Bearer F3GF124Df565FDS234SDF34
api-key:aDGFDFGT46S5gFGD
...
Validate medical program provision
Get
medical_program_provision_id
from URL:Check it exists:
in case of error - return 404 “Medical program provision not found”
Check it belongs to division of user’s legal entity:
in case of error - return 409 “Medical program provision does not belong to user’s legal entity”
Check it is active (is_active=true):
in case of error - return 409 “Medical program provision is inactive”
Processing*
Service logic
Update record with
medical_program_provision_id
according to Data modelset is_active = false
set deactivate_reason = MANUAL_DEACTIVATION (according to PROVISON_DEACTIVATE_REASON dictionary)
set updated_at, updated_by
Response structure*
See on Apiary
...