Associate contact to royalty split

Associate contact to royalty split

POST https://ris.rightsline.com/v4/relationship

This endpoint allows you to create a new relationship between a contact and a royalty split royalty set deal relationship.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

Request Body

NameTypeDescription

parentRecordId*

number

The ID of the parent royalty split royalty set deal relationship.

parentCharTypeId*

number

0

childRecordId*

number

The ID of the child contact.

childCharTypeId*

number

2

455

Sample Request

{
    "parentCharTypeId": 0,
    "parentRecordId": 1244865,
    "childCharTypeId": 2,
    "childRecordId": 222
}

Last updated