Base Amounts REST Endpoints
Business Objects/Customs Declarations/Lines/Base Amounts
The operations from the Business Objects/Customs Declarations/Lines/Base Amounts category.
- Create a Base Amount
- Method: postPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts - Delete a Base Amount
- Method: deletePath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid} - Get a Base Amount
- Method: getPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid} - Get Base Amounts
- Method: getPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts - Update a Base Amount
- Method: patchPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts/{gtmBaseAmountTypeGid} - Update Base Amounts
- Method: patchPath:
/customsDeclarations/{gtmTransactionGid}/lines/{gtmTransactionLineGid}/baseAmounts