UncheckIn issue or part

PUT /api/.../serialcheckins/{id}/uncheckin/{issueId}?bypassCheckSubStatus=false

UncheckIn for a 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
bypassCheckSubStatus Boolean No Should api skip the check for canceled subscriptions

Response Information

True is returned upon success, false otherwise.

Example
application/json, text/json
true

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE. Invalid CopyID.
400 FAILURE. Invalid SerialID.
403 Unauthorized. don't have required permissions

Permission IDs found here.

    CR_AccessSerials_Allow
    CR_SerialCopyRecords_Access
    CR_SerialIssuesStandingOrderParts_UnCheckIn
    CR_CreateAndDeleteItemRecordFromAcquisitionsAndSerials_Allow