Associate royalty set to catalog

Associate royalty set to catalog

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

This endpoint allows you to create a new relationship between the royalty set deal relationship and a catalog item.

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 catalog item.

childCharTypeId*

number

1

455

Sample Request

{
    "parentCharTypeId": 0,
    "parentRecordId": 156848886,
    "childCharTypeId": 1,
    "childRecordId": 222
}

Last updated