POST api/Manifest/DownloadPassengers
Request Information
URI Parameters
None.
Body Parameters
PassengerSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineId | integer |
None. |
|
| ManifestId | integer |
None. |
|
| FlightNumber | string |
None. |
|
| StartDate | date |
Data type: DateTime |
|
| EndDate | date |
Data type: DateTime |
|
| AirportCode | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"ManifestId": 1,
"FlightNumber": "sample string 1",
"StartDate": "2026-05-31T12:39:53.5224435+00:00",
"EndDate": "2026-05-31T12:39:53.5224435+00:00",
"AirportCode": "sample string 4",
"Type": "sample string 5"
}
multipart/form-data
Sample:
{"AirlineId":1,"ManifestId":1,"FlightNumber":"sample string 1","StartDate":"2026-05-31T12:39:53.5224435+00:00","EndDate":"2026-05-31T12:39:53.5224435+00:00","AirportCode":"sample string 4","Type":"sample string 5"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.