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