Add Serial Holdings Claim

PUT /api/.../serialholdingsrecords/{id}?source=addcopyclaim

Add a claim to serial holdings record.

Request Information

Parameters
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.
DtoAddSerialCopyClaim
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.
Example
application/json, text/json
  {
    "CategoryId": 2,
    "DaysToWait": 2  
}

Response Information

True is returned upon success.

Example
application/json, text/json
true

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Invalid Copy ID.
404 FAILURE. Record does not exist.

Required Permissions

Permission IDs found here.

    CR_AccessSerials_Allow (),
    CR_SerialCopyRecords_Access (based on owner ID),
    CR_SerialCopyRecords_Modify (based on owner ID)