POST report/processEquipmentGrid
Request Information
URI Parameters
None.
Body Parameters
EquipmentGridReportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowId | integer |
None. |
|
| Facilities | Collection of integer |
None. |
|
| Locations | Collection of integer |
None. |
|
| FunctionalAreas | Collection of integer |
None. |
|
| Vendors | Collection of integer |
None. |
|
| Categories | Collection of integer |
None. |
|
| LineItemStatuses | Collection of integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| ReportId | string |
None. |
|
| CreatedBy | integer |
None. |
|
| IsXlsx | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowId": 1,
"Facilities": [
1,
2
],
"Locations": [
1,
2
],
"FunctionalAreas": [
1,
2
],
"Vendors": [
1,
2
],
"Categories": [
1,
2
],
"LineItemStatuses": [
1,
2
],
"FromDate": "2025-12-14T22:10:30.7109573+00:00",
"ToDate": "2025-12-14T22:10:30.7109573+00:00",
"ReportId": "sample string 2",
"CreatedBy": 3,
"IsXlsx": true
}
Response Information
Resource Description
globally unique identifierResponse Information
Response body formats
application/json, text/json
Sample:
"baf1c5ad-5500-4a13-985c-c30dd88d5232"