Stops REST Endpoints

Business Objects/Shipments/Stops
The operations from the Business Objects/Shipments/Stops category.
Create a Stop
Method: post
Path: /shipments/{shipmentGid}/stops
Delete a Stop
Method: delete
Path: /shipments/{shipmentGid}/stops/{stopNum}
Get a Stop
Method: get
Path: /shipments/{shipmentGid}/stops/{stopNum}
Get Stops
Method: get
Path: /shipments/{shipmentGid}/stops
Update a Stop
Method: patch
Path: /shipments/{shipmentGid}/stops/{stopNum}
Update Stops
Method: patch
Path: /shipments/{shipmentGid}/stops