Create a party relationship
To add a party to a module record, you can use the create relationship endpoint and specify the party ID as the relationshipTypeId. For example, to associate contact record 200 to deal record 100 as party ID 1, you can use the following request:
POST /v4/relationship
Party IDs can be found via the UI under Configuration > Parties.
Last updated