Skip to content


API - Usage Methods

Consolidation Methods

Sequoia v3.20

CreateConsolidation

Creates a Consolidation record in Sequoia.

Payload Schema / Return value
Request:
Response (success): A string representing the consolidation reference
Response (failure): See Error Reporting above
Transactions
Transactions are supported by specifying a TransactionId on the request.
Sequoia v3.20

DeleteConsolidation

Deletes the Consolidation record indicated either by the internal consolidation reference or the consignment details (Master and, optionally, House) of the record. Note, this will not remove the record from the database, but marks the record as deleted so that it is no longer usable.

Payload Schema / Return value
Request: ConsolidationIdentifier.xsd
Response (success): 'True'
Response (failure): See Error Reporting above

Transactions
Transactions are supported by specifying a TransactionId on the request.

Sequoia v3.20

UpdateConsolidation

Updates an existing Consolidation record in Sequoia.

Payload Schema / Return value
Request:
Response (success): A string representing the consolidation reference
Response (failure): See Error Reporting above

Transactions
Transactions are supported by specifying a TransactionId on the request.