Associate royalty set to deal
Associate royalty set to deal
POST
https://ris.rightsline.com/v4/relationship
This endpoint allows you to create a new relationship between a deal and a royalty set.
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
Name
Type
Description
parentRecordId*
number
The ID of the parent deal.
parentCharTypeId*
number
4
childRecordId*
number
The ID of the child royalty set.
childCharTypeId*
number
13
455
Sample Request
{
"parentCharTypeId": 4,
"parentRecordId": 111,
"childCharTypeId": 13,
"childRecordId": 222
}
Last updated
Was this helpful?