Remarks REST Endpoints
Business Objects/Shipments/Special Services/Remarks
The operations from the Business Objects/Shipments/Special Services/Remarks category.
- Create a Remark
- Method: postPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks - Delete a Remark
- Method: deletePath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks/{remarkSequence} - Get a Remark
- Method: getPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks/{remarkSequence} - Get Remarks
- Method: getPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks - Update a Remark
- Method: patchPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks/{remarkSequence} - Update Remarks
- Method: patchPath:
/shipments/{shipmentGid}/specialServices/{shipmentSpecialServiceSeq}/remarks