Invoices REST Endpoints

Business Objects/Invoices
The operations from the Business Objects/Invoices category.
Create an Invoice
Method: post
Path: /invoices
Delete an Invoice
Method: delete
Path: /invoices/{invoiceGid}
Get an Invoice
Method: get
Path: /invoices/{invoiceGid}
Get Invoices
Method: get
Path: /invoices
Update an Invoice
Method: patch
Path: /invoices/{invoiceGid}