© 2024 Clarivate
PUT /api/.../serialcheckins/{id}/claim/{issueId}
Claim an issue or part of a serial
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the serial check in record. |
issueId | Integer | Yes | The unique id assigened to the issue or part record. |
dto | DtoSerialIsuePartClaimData | Yes | Define this parameter in the request body. |
Property | Type | Nullable | Description |
---|---|---|---|
ClaimReasonId | Int | Yes | The unique id assigned to the claim reason. |
Notes | String | Yes | Claim notes |
{
"ClaimReasonId": 9,
"Notes": "notes for claim"
}
True is returned upon success. Otherwise, false
true
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. Invalid issueId. |
403 | Unauthorized. don't have required permissions |
Permission IDs found here.
CR_AccessSerials_Allow CR_SerialCopyRecords_Access CR_SerialIssuesStandingOrderParts_Claim