TAG LINE
SMALL TITLE
id | "id": 22 Type: Number This is the unique numeric identifier for the InvoiceRender |
invoiceId | "invoiceId": 7 Type: Number Unique identifier for the associated Invoice object. |
rendered | "rendered": "2005-04-11T14:56:24" Type: Date |
json | "json": "Hello World" Type: String |
"pdf": "Hello World" Type: String | |
templateId | "templateId": 1 Type: Number Unique identifier for the associated Template object. |
billRunHistoryId | "billRunHistoryId": 20 Type: Number Unique identifier for the associated BillRunHistory object. |
started | "started": "2005-04-11T14:56:24" Type: Date |
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:
DELETE | api/v2/Invoice/Render/{id:int} |
Delete an instance of the InvoiceRender object. |
GET | api/v2/Invoice/Render |
Retrieve all of the InvoiceRender objects. |
GET | api/v2/Invoice/Render/Paged |
Retreive all of the InvoiceRender objects in a paged fashion. |