POST report/processEquipmentGrid

Request Information

URI Parameters

None.

Body Parameters

EquipmentGridReportDto
NameDescriptionTypeAdditional 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-05-06T01:26:55.5293178+01:00",
  "ToDate": "2025-05-06T01:26:55.5293178+01:00",
  "ReportId": "sample string 2",
  "CreatedBy": 3,
  "IsXlsx": true
}

Response Information

Resource Description

globally unique identifier

Response Information

Response body formats

application/json, text/json

Sample:
"eca20dbe-b152-4beb-afcf-dd2391a8c7b0"