Secondary Charges REST Endpoints
Business Objects/Shipments/Special Services/Secondary Charges
The operations from the Business Objects/Shipments/Special Services/Secondary Charges category.
- Create a Secondary Charge
- Method: postPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges
- Delete a Secondary Charge
- Method: deletePath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges/{ID}
- Get a Secondary Charge
- Method: getPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges/{ID}
- Get Secondary Charges
- Method: getPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges
- Update a Secondary Charge
- Method: patchPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges/{ID}
- Update Secondary Charges
- Method: patchPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/secondaryCharges