| get | {API Key}/v1/invoices |
| Field Name | Type | Description |
|---|---|---|
| id | number | Unique ID for the invoice (Bill4Time Generated) |
| customId | text | Unique ID for the invoice (User Generated). Normally the same as id |
| clientId | number | id of the client for the invoice |
| clientName | text | Name of the client |
| projectId | number | id of the project for the invoice |
| projectName | text | Name of the project |
| description | text | invoice description |
| invoiceDate | date | invoice date |
| createdDate | date | invoice creation date |
| status | text |
invoice status
Values
|
| notes | text | invoice notes |
| invoiceTermType | text | Invoice Terms |
| invoiceAmount | number | Invoice Total |
| laborAmount | number | Labor Total |
| expenseAmount | number | Expense Total |
| lateFeeAmount | number | Late Fee Total |
| paidStatus | text |
Paid status of the invoice
Values
|
| customFields | json | JSON object containing custom fields (not searchable). |