Create a relationship
A relationship between two entities can be created by populating the parentRelationship array when creating an entity, or by using the create relationship endpoint.
Create relationship
Headers
Name
Type
Description
Request Body
Name
Type
Description
5545562 // relationship ID{
"message": "Invalid Relationship"
}{
"message": "Parent deal 104689890 does not exist". //or 'Child deal'
}{
"message": "Acls don't provide create relationship rights for 4/2."
}Examples
1. Create catalog to rights relationship
{
"parentRecordId": 100,
"parentCharTypeId": 1,
"childRecordId": 23,
"childCharTypeId": 3
}2. Create catalog to catalog relationship
Last updated
Was this helpful?

