InvoiceRun
Represents invoice run records that capture the execution of automated invoice generation, including template, price list, and processing state details.
Columns
| Name | Type | Description |
| createdBy_Href | String | The URL of the user who created this invoice run. |
| createdBy_Id | String | The Id of the user who created this invoice run. |
| createdBy_Key | String | The system-assigned key of the user who created this invoice run. |
| description | String | The description of the invoice run. |
| entity_Href | String | The URL of the entity associated with this invoice run. |
| entity_Id | String | The Id of the entity associated with this invoice run. |
| entity_Key | String | The system-assigned key of the entity associated with this invoice run. |
| entity_Name | String | The name of the entity associated with this invoice run. |
| errorData | String | The error data captured if the invoice run encountered processing errors. |
| expensePriceMarkup | String | The expense price markup applied during this invoice run. |
| href | String | The URL of the invoice run resource. |
| id | String | The unique identifier of the invoice run record. |
| invoiceRunDateTime | Datetime | The date and time when the invoice run was executed. |
| invoiceTemplate_Href | String | The URL of the invoice template used for this invoice run. |
| invoiceTemplate_Id | String | The Id of the invoice template used for this invoice run. |
| invoiceTemplate_Key | String | The system-assigned key of the invoice template used for this invoice run. |
| invoiceTemplate_Name | String | The name of the invoice template used for this invoice run. |
| isOffline | Bool | Indicates whether this invoice run was processed in offline mode. |
| key [KEY] | String | The system-assigned key that uniquely identifies the invoice run record. |
| priceList_Href | String | The URL of the price list used for this invoice run. |
| priceList_Id | String | The Id of the price list used for this invoice run. |
| priceList_Key | String | The system-assigned key of the price list used for this invoice run. |
| state | String | The current state of this invoice run, such as pending, in progress, or completed. |