POST api/Payment/DownloadPayments
Request Information
URI Parameters
None.
Body Parameters
PaymentSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineId | integer |
None. |
|
| StartDate | date |
Data type: DateTime |
|
| EndDate | date |
Data type: DateTime |
|
| AirportCode | string |
None. |
|
| Type | string |
None. |
|
| InvoiceNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"StartDate": "2026-05-31T10:34:09.0346228+00:00",
"EndDate": "2026-05-31T10:34:09.0346228+00:00",
"AirportCode": "sample string 3",
"Type": "sample string 4",
"InvoiceNumber": "sample string 5"
}
multipart/form-data
Sample:
{"AirlineId":1,"StartDate":"2026-05-31T10:34:09.0346228+00:00","EndDate":"2026-05-31T10:34:09.0346228+00:00","AirportCode":"sample string 3","Type":"sample string 4","InvoiceNumber":"sample string 5"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.