- Subcategories:
- Debriefs
- Details
- Involved Parties
- Reference Numbers
- Remarks
Stops REST Endpoints
Business Objects/Shipments/Stops
The operations from the Business Objects/Shipments/Stops category.
- Create a Stop
- Method: postPath:
/shipments/{shipmentGid}/stops - Delete a Stop
- Method: deletePath:
/shipments/{shipmentGid}/stops/{stopNum} - Get a Stop
- Method: getPath:
/shipments/{shipmentGid}/stops/{stopNum} - Get Stops
- Method: getPath:
/shipments/{shipmentGid}/stops - Update a Stop
- Method: patchPath:
/shipments/{shipmentGid}/stops/{stopNum} - Update Stops
- Method: patchPath:
/shipments/{shipmentGid}/stops