© 2025 Clarivate
PUT /api/.../serialholdingsrecords/{id}?source=addcopyclaim
Add a claim to serial holdings record.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the serial holdings record. |
| dto | DtoAddSerialCopyClaim | Yes | Define this parameter in the request body. |
| Property | Type | Nullable | Description |
|---|---|---|---|
| CategoryId | Int | No | ID of category that the criteria are defined for. The unique id of Mfhd (MARC Format for Holding Data) category. Possible values are 1, 2 and 3 |
| DaysToWait | Int | No | Numbers of days to wait to execute the criterion. |
{
"CategoryId": 2,
"DaysToWait": 2
}
True is returned upon success.
true
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE. Invalid Copy ID. |
| 404 | FAILURE. Record does not exist. |
Permission IDs found here.
CR_AccessSerials_Allow (),
CR_SerialCopyRecords_Access (based on owner ID),
CR_SerialCopyRecords_Modify (based on owner ID)