Notes REST Endpoints
Business Objects/Customs Declarations/Lines/Notes
The operations from the Business Objects/Customs Declarations/Lines/Notes category.
- Create a Note
- Method: postPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes - Delete a Note
- Method: deletePath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo} - Get a Note
- Method: getPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo} - Get Notes
- Method: getPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes - Update a Note
- Method: patchPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes/{noteSequenceNo} - Update Notes
- Method: patchPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/notes