POST api/Dashboard/SearchTokenUtilizationByAirport
Request Information
URI Parameters
None.
Body Parameters
TokenUtilizationByAirportSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirportCode | string |
None. |
|
| StartDate | date |
Required Data type: Date |
|
| EndDate | date |
Required Data type: Date |
|
| Count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirportCode": "sample string 1",
"StartDate": "2026-05-31T12:40:05.0225803+00:00",
"EndDate": "2026-05-31T12:40:05.0225803+00:00",
"Count": 2
}
multipart/form-data
Sample:
{"AirportCode":"sample string 1","StartDate":"2026-05-31T12:40:05.0225803+00:00","EndDate":"2026-05-31T12:40:05.0225803+00:00","Count":2}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.