Claim an issue

PUT /api/.../serialcheckins/{id}/claim/{issueId}

Claim an issue or part of a serial

Request Information

Parameters
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.
DtoSerialIsuePartClaimData
Property Type Nullable Description
ClaimReasonId Int Yes The unique id assigned to the claim reason.
Notes String Yes Claim notes
Example
application/json, text/json
 {
  "ClaimReasonId": 9,
  "Notes": "notes for claim"
 }

Response Information

True is returned upon success. Otherwise, false

Example
application/json, text/json
true

HTTP Response Codes

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