For the complete documentation index, see llms.txt. This page is also available as Markdown.

ReceivedItemService

Manage and track received items.

Symitar eDocs References: Coming soon.

Operations

getReceivedItem

post

Gets 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/getReceivedItem
200

Successful operation.

getReceivedItemSelectFields

post

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/getReceivedItemSelectFields
200

Successful operation.

updateReceivedItemByID

post

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/updateReceivedItemByID
200

Successful operation.

createReceivedItem

post

Creates a received item.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post/createReceivedItem
200

Successful operation.

deleteReceivedItem

post

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
nxAttributesobjectOptional

The custom object for NexumAPI response attributes.

post/deleteReceivedItem
200

Successful operation.

Last updated

Was this helpful?