Remarks REST Endpoints
Business Objects/Invoices/Remarks
The operations from the Business Objects/Invoices/Remarks category.
- Create a Remark
- Method: postPath:
/invoices/{invoiceGid}/remarks
- Delete a Remark
- Method: deletePath:
/invoices/{invoiceGid}/remarks/{remarkSeqNo}
- Get a Remark
- Method: getPath:
/invoices/{invoiceGid}/remarks/{remarkSeqNo}
- Get Remarks
- Method: getPath:
/invoices/{invoiceGid}/remarks
- Update a Remark
- Method: patchPath:
/invoices/{invoiceGid}/remarks/{remarkSeqNo}
- Update Remarks
- Method: patchPath:
/invoices/{invoiceGid}/remarks