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