GET v2/KeyInvoiceItems
Returns a detailed list of KeyInvoiceItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns below in JSON format
KeyInvoiceItemDetailsListViewModelV2Name | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
KeyInvoiceItemsList | Collection of KeyInvoiceItemDetailsViewModelV2 |
None. |
Response Formats
application/json, text/json
Sample:
{ "total": 1, "keyInvoiceItemsList": [ { "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 }, { "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 } ] }