Ports REST Endpoints
Business Objects/Invoices/Ports
The operations from the Business Objects/Invoices/Ports category.
- Create a Port
- Method: postPath:
/invoices/{invoiceGid}/ports - Delete a Port
- Method: deletePath:
/invoices/{invoiceGid}/ports/{portSeqNo} - Get a Port
- Method: getPath:
/invoices/{invoiceGid}/ports/{portSeqNo} - Get Ports
- Method: getPath:
/invoices/{invoiceGid}/ports - Update a Port
- Method: patchPath:
/invoices/{invoiceGid}/ports/{portSeqNo} - Update Ports
- Method: patchPath:
/invoices/{invoiceGid}/ports