Ports REST Endpoints

Business Objects/Invoices/Ports
The operations from the Business Objects/Invoices/Ports category.
Create a Port
Method: post
Path: /invoices/{invoiceGid}/ports
Delete a Port
Method: delete
Path: /invoices/{invoiceGid}/ports/{portSeqNo}
Get a Port
Method: get
Path: /invoices/{invoiceGid}/ports/{portSeqNo}
Get Ports
Method: get
Path: /invoices/{invoiceGid}/ports
Update a Port
Method: patch
Path: /invoices/{invoiceGid}/ports/{portSeqNo}
Update Ports
Method: patch
Path: /invoices/{invoiceGid}/ports