Routes REST Endpoints

Business Objects/Invoices/Routes
The operations from the Business Objects/Invoices/Routes category.
Create a Route
Method: post
Path: /invoices/{invoiceGid}/routes
Delete a Route
Method: delete
Path: /invoices/{invoiceGid}/routes/{routeSeqNo}
Get a Route
Method: get
Path: /invoices/{invoiceGid}/routes/{routeSeqNo}
Get Routes
Method: get
Path: /invoices/{invoiceGid}/routes
Update a Route
Method: patch
Path: /invoices/{invoiceGid}/routes/{routeSeqNo}
Update Routes
Method: patch
Path: /invoices/{invoiceGid}/routes