POST api/Dashboard/SearchTokenPurchasesByAirline
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfTokenPurchasesByAirlineSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| From | integer |
None. |
|
| Parameter | TokenPurchasesByAirlineSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {
"AirlineId": 1,
"AirportCode": "sample string 1",
"StartDate": "2026-05-29T19:01:16.138603+00:00",
"EndDate": "2026-05-29T19:01:16.138603+00:00"
}
}
multipart/form-data
Sample:
{"PageSize":1,"From":2,"Parameter":{"AirlineId":1,"AirportCode":"sample string 1","StartDate":"2026-05-29T19:01:16.138603+00:00","EndDate":"2026-05-29T19:01:16.138603+00:00"}}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.