GET v1/KeyInvoiceItems/{id}/GetDetails
Returns a single invoice KeyInvoiceItem.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Integer value of keyInvoiceItemCode |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns below in JSON format
KeyInvoiceItemDetailsViewModelV2| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientInvoiceItemCode | integer |
None. |
|
| Description | string |
None. |
|
| Cost | decimal number |
None. |
|
| Stills | integer |
None. |
|
| DroneStills | integer |
None. |
|
| DroneVideos | integer |
None. |
|
| RetrofitAssessment | boolean |
None. |
|
| ElevatedStills | integer |
None. |
|
| Floorplans | boolean |
None. |
|
| VirtualTours | integer |
None. |
|
| Epc | boolean |
None. |
|
| Videos | integer |
None. |
|
| Verification | boolean |
None. |
|
| Viewing | boolean |
None. |
|
| Brochure | KeyInvoiceItemBrochureViewModel |
None. |
|
| Inventory | boolean |
None. |
|
| GasSafetyCertificate | boolean |
None. |
|
| CheckIn | boolean |
None. |
|
| CheckOut | boolean |
None. |
|
| MidTermInspection | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"clientInvoiceItemCode": 2,
"description": "sample string 3",
"cost": 4.0,
"stills": 5,
"droneStills": 6,
"droneVideos": 7,
"retrofitAssessment": true,
"elevatedStills": 9,
"floorplans": true,
"virtualTours": 11,
"epc": true,
"videos": 13,
"verification": true,
"viewing": true,
"brochure": {
"brochureStyleId": 1,
"brochureStyleDescription": "sample string 2",
"brochureStyleCode": "sample string 3",
"finishId": 4,
"finishDescription": "sample string 5",
"foldId": 6,
"foldDescription": "sample string 7",
"orientation": "sample string 8",
"pageSizeId": 9,
"pageSizeDescription": "sample string 10",
"pages": 11,
"printQuantity": 12,
"brochureTemplatesList": [
{
"templateId": 1,
"templateName": "sample string 2",
"templateWidth": "sample string 3",
"templateHeight": "sample string 4",
"brochureStyleCode": "sample string 5",
"thumbnailUrlsList": [
"sample string 1",
"sample string 2"
]
},
{
"templateId": 1,
"templateName": "sample string 2",
"templateWidth": "sample string 3",
"templateHeight": "sample string 4",
"brochureStyleCode": "sample string 5",
"thumbnailUrlsList": [
"sample string 1",
"sample string 2"
]
}
]
},
"inventory": true,
"gasSafetyCertificate": true,
"checkIn": true,
"checkOut": true,
"midTermInspection": true
}
