Contract persons
Get persons related to contract
GET
https://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/contracts/CONTRACT_ID/persons
Path Parameters
Name
Type
Description
DOMAIN_ID*
String
The domain ID of client
CONTRACT_ID*
String
Contract ID
{
"contractId": 15820,
"personId": 7251,
"role": null,
"roles": [
{
"name": "Authorized signatory",
"id": 2029
}
],
"fields": [],
"name": "Test Person",
"phone": " 999 999 ",
"email": "testings@mail.ee",
"active": null,
"contract": null
}
Last updated
Was this helpful?