| Name | Description | Type | Additional Information |
|---|---|---|---|
| customerId |
Customer id. |
string |
Max length: 6 |
| locationId |
Location id. |
string |
Max length: 6 |
| transactionStartDate |
The date the invoice was created. |
string |
Data type: DateTime Format must be MM/dd/yyyy Used with transactionEndDate. |
| transactionEndDate |
The date the invoice was created. |
string |
Data type: DateTime Format must be MM/dd/yyyy Used with transactionStartDate. |
| invoiceStartDate |
The date of the invoice. |
string |
Data type: DateTime Format must be MM/dd/yyyy Used with invoiceEndDate. |
| invoiceEndDate |
The date of the invoice. |
string |
Data type: DateTime Format must be MM/dd/yyyy Used with invoiceStartDate. |
| fiscalStartMonth |
The fiscal month the invoice is created in. |
integer |
Max length: 2 Must be numeric Used with fiscalEndMonth. |
| fiscalEndMonth |
The fiscal month the invoice is created in. |
integer |
Max length: 2 Must be numeric Used with fiscalStartMonth. |
| paidStatus |
The current status of the invoice (Paid or NotPaid). |
string |
Max length: 7 Valid options: Paid or NotPaid. If paidStatus is not included, both Paid and NotPaid will be used. |
| voidOnly |
The current activity status of the invoice. |
boolean |
Must be 0, 1, True, or False |
| voidStartDate |
The date the invoice was voided. |
string |
Data type: DateTime Format must be MM/dd/yyyy Used with voidEndDate. |
| voidEndDate |
The date the invoice was voided. |
string |
Data type: DateTime Format must be MM/dd/yyyy Used with voidStartDate. |
| startInvoiceNumber |
The number of the invoice. |
integer |
Must be numeric Used with endInvoiceNumber. |
| endInvoiceNumber |
The number of the invoice. |
integer |
Must be numeric Used with startInvoiceNumber. |