Invoices
Retrieve contractor and worker invoices including line items, payment status, and billing details.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| InvoiceId | String | ||
| ContractId | String | ||
| WorkerId | String | ||
| Label | String | ||
| Status | String |
The allowed values are open, pending, paid, processing, credited, refunded, skipped, failed, canceled, preprocessing, processed, cancelled, unpayable, awaiting_payment. | |
| Total | Decimal | ||
| Amount | Decimal | ||
| Currency | String | ||
| DeelFee | Decimal | ||
| VatId | String | ||
| VatTotal | Decimal | ||
| VatPercentage | Decimal | ||
| IsOverdue | Boolean | ||
| PaidAt | Datetime | ||
| IssuedAt | Datetime | ||
| DueDate | Datetime | ||
| CreatedAt | Datetime | ||
| RecipientLegalEntityId | String | ||
| LineItems | String |