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