Invoices
Retrieve invoice records from JobNimbus including invoice number, status, creation dates, and related record references.
Columns
| Name | Type | References | |
| JobNimbusId [KEY] | String | ||
| RecordId | Integer | ||
| Type | String | ||
| CustomerId | String | ||
| InvoiceNumber | String | ||
| GlobalUniqueId | String | ||
| TemplateId | String | ||
| AttachmentId | String | ||
| StatusId | Integer | ||
| StatusName | String | ||
| IsESigned | Boolean | ||
| TotalCost | Decimal | ||
| Subtotal | Decimal | ||
| TaxAmount | Decimal | ||
| TotalAmount | Decimal | ||
| TotalPaid | Decimal | ||
| DueAmount | Decimal | ||
| ProfitMargin | Decimal | ||
| CreatedById | String | ||
| CreatedByName | String | ||
| InvoiceDate | Datetime | ||
| DueDate | Datetime | ||
| CreatedDate | Datetime | ||
| UpdatedDate | Datetime | ||
| StatusChangeDate | Datetime | ||
| IsActive | Boolean | ||
| IsArchived | Boolean | ||
| LocationId | Integer | ||
| LineItemEntries | String | ||
| InvoiceSectionEntries | String | ||
| PaymentEntries | String | ||
| RelatedRecords | String |