POST api/fbo-ga-admin/getflighttabledatafromchart

Request Information

URI Parameters

None.

Body Parameters

ChartTableDataModel
NameDescriptionTypeAdditional information
FBO

string

None.

selectedDate

string

None.

selectedHour

string

None.

sqlEndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FBO": "sample string 1",
  "selectedDate": "sample string 2",
  "selectedHour": "sample string 3",
  "sqlEndDate": "2025-06-28T13:46:20.4506003+00:00"
}

application/xml, text/xml

Sample:
<ChartTableDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPRWebAPI.FormModels">
  <FBO>sample string 1</FBO>
  <selectedDate>sample string 2</selectedDate>
  <selectedHour>sample string 3</selectedHour>
  <sqlEndDate>2025-06-28T13:46:20.4506003+00:00</sqlEndDate>
</ChartTableDataModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />