API - Usage Methods
Declaration (CDS) Methods
CreateCdsExportDeclaration
Specifies a partial or complete export declaration to be stored in Sequoia.
Payload | Schema / Return value |
---|---|
Request: | CdsExportFullDeclaration.xsd |
Response (success): | A string representing the LRN value (this is automatically generated if not included in the request) |
Response (failure): | See Error Reporting above |
Transactions
Transactions are supported by specifying a TransactionId on the request.
CreateCdsImportC21EidrDeclaration
Specifies a partial or complete import C21 (Entry in Declarant's Records - EIDR) declaration to be stored in Sequoia.
Payload | Schema / Return value |
---|---|
Request: | CdsImportEidrDeclaration.xsd |
Response (success): | A string representing the LRN value (this is automatically generated if not included in the request) |
Response (failure): | See Error Reporting above |
Transactions
Transactions are supported by specifying a TransactionId on the request.
CreateCdsImportClearanceRequestDeclaration
Specifies a partial or complete import C21 (Customs Clearance Request) declaration to be stored in Sequoia.
Payload | Schema / Return value |
---|---|
Request: | CdsImportClearanceRequestDeclaration.xsd |
Response (success): | A string representing the LRN value (this is automatically generated if not included in the request) |
Response (failure): | See Error Reporting above |
Transactions
Transactions are supported by specifying a TransactionId on the request.
CreateCdsImportFullDeclaration
Specifies a partial or complete import Standard (Full Import) declaration to be stored in Sequoia.
Payload | Schema / Return value |
---|---|
Request: | CdsImportFullDeclaration.xsd |
Response (success): | A string representing the LRN value (this is automatically generated if not included in the request) |
Response (failure): | See Error Reporting above |
Transactions
Transactions are supported by specifying a TransactionId on the request.
CreateCdsImportSimplifiedDeclaration
Specifies a partial or complete import Simplified declaration to be stored in Sequoia.
Payload | Schema / Return value |
---|---|
Request: | CdsImportSimplifiedDeclaration.xsd |
Response (success): | A string representing the LRN value (this is automatically generated if not included in the request) |
Response (failure): | See Error Reporting above |
Transactions
Transactions are supported by specifying a TransactionId on the request.
CreateCdsImportSupplementaryDeclaration
Specifies a partial or complete import Supplementary declaration to be stored in Sequoia.
Payload | Schema / Return value |
---|---|
Request: | CdsImportSupplementaryDeclaration.xsd |
Response (success): | A string representing the LRN value (this is automatically generated if not included in the request) |
Response (failure): | See Error Reporting above |
Transactions
Transactions are supported by specifying a TransactionId on the request.
GetCdsDeclaration
Gets declaration data identified from the specified LRN or MRN.
Payload | Schema / Return value |
---|---|
Request: | CdsDeclarationIdentifier.xsd |
Response (success): | CdsExportFullDeclaration.xsd (for an export declaration) CdsImportEidrDeclaration.xsd (for an import C21 (Entry in Declarant's Records - EIDR) declaration) CdsImportClearanceRequestDeclaration.xsd (for an import C21 (Customs Clearance Request) declaration) CdsImportFullDeclaration.xsd (for an import Standard (Full Import) declaration) CdsImportSimplifiedDeclaration.xsd (for an import Simplified declaration) CdsImportSupplementaryDeclaration.xsd (for an import Supplementary declaration) |
Response (failure): | See Error Reporting above |
SendCdsDeclaration
Transmit an existing import or export declaration identified by LRN.
Payload | Schema / Return value |
---|---|
Request: | SendCdsDeclaration.xsd |
Response (success): | 'True' |
Response (failure): | See Error Reporting above |