Transaction Dates REST Endpoints
Business Objects/Customs Declarations/Transaction Dates
The operations from the Business Objects/Customs Declarations/Transaction Dates category.
- Create a Transaction Date
- Method: postPath:
/customsDeclarations/{gtmTransactionGid}/transactionDates - Delete a Transaction Date
- Method: deletePath:
/customsDeclarations/{gtmTransactionGid}/transactionDates/{dateQualifierGid} - Get a Transaction Date
- Method: getPath:
/customsDeclarations/{gtmTransactionGid}/transactionDates/{dateQualifierGid} - Get Transaction Dates
- Method: getPath:
/customsDeclarations/{gtmTransactionGid}/transactionDates - Update a Transaction Date
- Method: patchPath:
/customsDeclarations/{gtmTransactionGid}/transactionDates/{dateQualifierGid} - Update Transaction Dates
- Method: patchPath:
/customsDeclarations/{gtmTransactionGid}/transactionDates