Table of Contents | ||||
---|---|---|---|---|
|
Required parameters are marked with "*"
Якщо інформації по відповідному параметру немає, потрібно зазначити: “APIparagraph not found”.
Purpose*
This method allows to delete existing contract division for contract with type GB_CBP from DB through the NHS IT system
...
Page Properties | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Logic*
API paragraph not found
...
Request to process the request using a token in the headers
Headers*
Наприклад:
Content-Type:application/json
api-key:c2778f3064753ea70de870a53795f5c9
Validate request*
Only authenticated and authorized user can use this service
Request data validation*
The following attributes must be validated
Validate id
Check that contract_division record with id from URL exist and is_active = true
in case of error return 404 error ('Contract division with such id is not found')
Check that contract from contract_division.contract_id have type = 'GB_CBP'
in case of error return 409 error ('Only contract divisions for contract with type GB_CBP can be deleted')
Validate request
Only authenticated and authorized user can use this service
Processing*
Update system attributes
...