Contract persons

GEThttps://www.moderan.net/api/domains/DOMAIN_ID/propertysets/0/contracts/CONTRACT_ID/persons

Path Parameters

NameTypeDescription

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