Close person representation
Use case
In the Tuum environment, to remove the representative from a legal or another private person, you can close the representation rights. Once the representation is closed, the representative loses their rights.
Removing the representation rights with the personRelationshipId ID-1003
from the parentPerson (legal person with the personId ID-3394
).
.../persons/ID-3394/relations/closing/ID-1003
Sample API call
To close the person representation, make the following call.
https://person-api.sandbox.tuumplatform.com/api/v1/persons/{personId}/relations/closing/{personRelationshipId}
Sample request
Below is an example request of the API call to close the person representation rights.
No request body.
Sample response
Below you will find an example response to the API call from above.
Result
The person representation is set to the CLOSING status.
Last updated
Was this helpful?