GET TimeTrackingProject/GetProjectInvoices/{id}
Get project invoices.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
project Id |
Body Parameters
None.
Response Information
Resource Description
Collection of Time Tracking Project Invoice| Name | Type | Additional information | Description |
|---|---|---|---|
| DocumentHeaderId | integer |
None. |
|
| Date | date |
None. |
|
| DocumentNumber | string |
None. |
|
| Reference | string |
None. |
|
| Status | integer |
None. |
|
| Paid | bool |
None. |
|
| DueDate | date |
None. |
|
| DocumentTypeId | integer |
None. |
|
| ProjectExclusive | decimal |
None. |
|
| ProjectTotal | decimal |
None. |
|
| InvoiceExclusive | decimal |
None. |
|
| InvoiceTotal | decimal |
None. |
|
| TotalOutstanding | decimal |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DocumentHeaderId": 1,
"Date": "2025-12-21",
"DocumentNumber": "sample string 3",
"Reference": "sample string 4",
"Status": 5,
"Paid": true,
"DueDate": "2025-12-21",
"DocumentTypeId": 8,
"ProjectExclusive": 9.0,
"ProjectTotal": 10.0,
"InvoiceExclusive": 11.0,
"InvoiceTotal": 12.0,
"TotalOutstanding": 13.0
},
{
"DocumentHeaderId": 1,
"Date": "2025-12-21",
"DocumentNumber": "sample string 3",
"Reference": "sample string 4",
"Status": 5,
"Paid": true,
"DueDate": "2025-12-21",
"DocumentTypeId": 8,
"ProjectExclusive": 9.0,
"ProjectTotal": 10.0,
"InvoiceExclusive": 11.0,
"InvoiceTotal": 12.0,
"TotalOutstanding": 13.0
}
]