Stops REST Endpoints

Business Objects/Invoices/Stops
The operations from the Business Objects/Invoices/Stops category.
Create a Stop
Method: post
Path: /invoices/{invoiceGid}/stops
Delete a Stop
Method: delete
Path: /invoices/{invoiceGid}/stops/{stopSeqNo}
Get a Stop
Method: get
Path: /invoices/{invoiceGid}/stops/{stopSeqNo}
Get Stops
Method: get
Path: /invoices/{invoiceGid}/stops
Update a Stop
Method: patch
Path: /invoices/{invoiceGid}/stops/{stopSeqNo}
Update Stops
Method: patch
Path: /invoices/{invoiceGid}/stops