Specification
APIARY
Purpose
This WS is design to deactivate relationship after reorganization by NHS admin. This action must be done in case reorganization reorganized MSP.
Input parameters
Authorize
- Verify the validity of access token
- in case of error return 401 ('Access denied')
- Check user scope related_legal_entities:deactivate in order to perform this action
- in case of error generate 401 response ('Invalid scopes')
- Verify the validity of access token
Save request
Update record to PRM.RELATED_LEGAL_ENTITIES by ID
field | value |
---|---|
id | id |
is_active | false |
updated_at | now() |
updated_by | $user_id |