TAG LINE
SMALL TITLE
id | "id": 3 Type: Number This is the unique numeric identifier for the CreditItem |
invoiceItemId | "invoiceItemId": 22 Type: Number Unique identifier for the associated InvoiceItem object. |
showOnInvoice | "showOnInvoice": true Type: Boolean |
showOnCreditNote | "showOnCreditNote": true Type: Boolean |
creditNoteId | "creditNoteId": 0 Type: Number Unique identifier for the associated CreditNote object. |
automaticDisburse | "automaticDisburse": true Type: Boolean |
disbursed | "disbursed": true Type: Boolean |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v1/Credit/Item |
Retrieve all of the CreditItem objects. |
GET | api/v1/Credit/Item/Paged |
Retreive all of the CreditItem objects in a paged fashion. |
GET | api/v1/Credit/Item/{id:int} |
Retrieve an instance of the CreditItem object by it's ID. | |
{id:int} | Unique identifier for the CreditItem object. |