Table of Contents |
---|
Specification
...
- 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$ID
field | value | id | id|
---|---|---|---|
is_active | false | ||
updated_at | now() | ||
updated_by | $user_id |
...