ReceivedItemService
Manage and track received items.
Operations
Gets a received item with select fields.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ReceivedItemGlobalSequenceDatestring · dateOptional
The received item global sequence date.
ReceivedItemGlobalSequenceintegerOptional
The received item global sequence number.
Responses
200
Successful operation.
application/json
post
/getReceivedItemSelectFields200
Successful operation.
Updates a received item by ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ReceivedItemGlobalSequenceDatestring · dateOptional
The received item global sequence date.
ReceivedItemGlobalSequenceintegerOptional
The received item global sequence number.
Responses
200
Successful operation.
application/json
post
/updateReceivedItemByID200
Successful operation.
Deletes a received item.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ReceivedItemGlobalSequenceDatestring · dateOptional
The received item global sequence date.
ReceivedItemGlobalSequenceintegerOptional
The received item global sequence number.
Responses
200
Successful operation.
application/json
post
/deleteReceivedItem200
Successful operation.
Last updated
Was this helpful?