© 2025 Clarivate
PUT  /api/.../serialholdingsrecords/{id}?source=addcopyclaim
Remove one or more serial holdings record's claims.
| Name | Type | Required | Description | 
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the serial holdings record. | 
| dto | DtoRemoveSerialCopyClaim | Yes | Define this parameter in the request body. | 
| Property | Type | Nullable | Description | 
|---|---|---|---|
| ClaimCategoryOrderList | List of DtoSerialCopyClaimCategoryOrder | No | The list of claim options. | 
| 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 | 
| OrderNumber | Int | No | Execution order number of a criterion. | 
  {
     "ClaimCategoryOrderList":
    [
        {
            "CategoryId": 2,
            "OrderNumber": 1
        },
        {
            "CategoryId": 2,
            "OrderNumber": 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)