GET v2/Orders/{id}/InvoiceItems
Returns all the invoice items for an order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvoiceItemViewModelV2| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceItemId | integer |
None. |
|
| KeyInvoiceItemId | integer |
None. |
|
| Description | string |
None. |
|
| Stills | boolean |
None. |
|
| DroneStills | boolean |
None. |
|
| DroneVideos | boolean |
None. |
|
| RetrofitAssessment | boolean |
None. |
|
| ElevatedStills | boolean |
None. |
|
| Floorplans | boolean |
None. |
|
| VirtualTours | boolean |
None. |
|
| Epc | boolean |
None. |
|
| Videos | boolean |
None. |
|
| Viewing | boolean |
None. |
|
| Cost | decimal number |
None. |
|
| Quantity | integer |
None. |
|
| Verification | boolean |
None. |
|
| Inventory | boolean |
None. |
|
| GasSafetyCertificate | boolean |
None. |
|
| CheckIn | boolean |
None. |
|
| CheckOut | boolean |
None. |
|
| MidTermInspection | boolean |
None. |
|
| BrochureInformation | InvoiceItemBrochureViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"invoiceItemId": 1,
"keyInvoiceItemId": 2,
"description": "sample string 3",
"stills": true,
"droneStills": true,
"droneVideos": true,
"retrofitAssessment": true,
"elevatedStills": true,
"floorplans": true,
"virtualTours": true,
"epc": true,
"videos": true,
"viewing": true,
"cost": 14.0,
"quantity": 15,
"verification": true,
"inventory": true,
"gasSafetyCertificate": true,
"checkIn": true,
"checkOut": true,
"midTermInspection": true,
"brochureInformation": {
"brochureStyleId": 1,
"brochureStyleDescription": "sample string 2",
"finishId": 3,
"finishDescription": "sample string 4",
"foldId": 5,
"foldDescription": "sample string 6",
"orientation": "sample string 7",
"pageSizeId": 8,
"pageSizeDescription": "sample string 9",
"pages": 10,
"printQuantity": 11
}
},
{
"invoiceItemId": 1,
"keyInvoiceItemId": 2,
"description": "sample string 3",
"stills": true,
"droneStills": true,
"droneVideos": true,
"retrofitAssessment": true,
"elevatedStills": true,
"floorplans": true,
"virtualTours": true,
"epc": true,
"videos": true,
"viewing": true,
"cost": 14.0,
"quantity": 15,
"verification": true,
"inventory": true,
"gasSafetyCertificate": true,
"checkIn": true,
"checkOut": true,
"midTermInspection": true,
"brochureInformation": {
"brochureStyleId": 1,
"brochureStyleDescription": "sample string 2",
"finishId": 3,
"finishDescription": "sample string 4",
"foldId": 5,
"foldDescription": "sample string 6",
"orientation": "sample string 7",
"pageSizeId": 8,
"pageSizeDescription": "sample string 9",
"pages": 10,
"printQuantity": 11
}
}
]
