Associate royalty split to royalty set

Associate royalty split to royalty set

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

This endpoint allows you to create a new relationship between a royalty split table and a 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 set deal relationship.

parentCharTypeId*

number

0

childRecordId*

number

The ID of the child royalty split.

childCharTypeId*

number

5

455

Sample Request

{
    "parentCharTypeId": 0,
    "parentRecordId": 215655,
    "childCharTypeId": 5,
    "childRecordId": 222
}

Last updated