Create a catalog item

Create catalog item

POST https://ris.rightsline.com/v4/catalog-item

This endpoint allows you to create a new catalog item.

Headers

Request Body

302

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