Table of Contents | ||||
---|---|---|---|---|
|
Required parameters are marked with "*"
Якщо інформації по відповідному параметру немає, потрібно зазначити: “APIparagraph not found”.
Purpose*
This method allows to delete existing 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
Contract with active child entities couldn't be deleted
Request data validation*
The following attributes must be validated
Validate id
Check that contract with id from URL exist and is_active = true
in case of error return 404 error ('Contract with such id is not found')
Check that contract with such id have type = 'GB_CBP'
in case of error return 409 error ('Only contracts with type GB_CBP can be deleted')
Validate contract divisions. There should not be any active records
in case of error return 409 error ('Contract can not be deleted because it has active divisions')
Validate contract employees. There should not be any active records
in case of error return 409 error ('Contract can not be deleted because it has active employees')
Validate request
Only authenticated and authorized user can use this service
Contract with active child entities couldn't be deleted
Processing*
Update system attributes
...