POST api/Report/DownloadStatementOfAccount
Request Information
URI Parameters
None.
Body Parameters
ReportSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineId | integer |
None. |
|
| AirportCode | string |
None. |
|
| StartDate | date |
Required Data type: Date |
|
| EndDate | date |
Required Data type: Date |
|
| From | integer |
None. |
|
| Size | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"AirportCode": "sample string 1",
"StartDate": "2026-05-31T12:38:59.4905461+00:00",
"EndDate": "2026-05-31T12:38:59.4905461+00:00",
"From": 1,
"Size": 1,
"Type": "sample string 2"
}
multipart/form-data
Sample:
{"AirlineId":1,"AirportCode":"sample string 1","StartDate":"2026-05-31T12:38:59.4905461+00:00","EndDate":"2026-05-31T12:38:59.4905461+00:00","From":1,"Size":1,"Type":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.