Create a catalog item
Create catalog item
Headers
Name
Type
Description
Request Body
Name
Type
Description
302{
"message": "TemplateId is required"
}Sample Request
{
"title": "The Three Stooges",
"template": {
"templateId": 1
},
"characteristics": {
"notes": "This is a great movie!",
"release_year": 1925
},
"parentRelationship": [
{
"parentCharTypeId": 4,
"parentRecordId": 100
}
]
}Last updated
Was this helpful?

