POST api/Manifest/DownloadManifestPending
Request Information
URI Parameters
None.
Body Parameters
DownloadSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DownloadType | string |
Required |
|
| AirlineId | integer |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| FlightNo | string |
None. |
|
| DepartureLocation | string |
None. |
|
| DestinationLocation | string |
None. |
|
| StartDate | date |
Required Data type: Date |
|
| EndDate | date |
Required Data type: Date |
|
| Status | integer |
None. |
|
| ServiceTypeId | integer |
None. |
|
| From | integer |
None. |
|
| Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DownloadType": "sample string 1",
"AirlineId": 1,
"CreatedBy": "f8630b93-0b4e-4eec-90bf-4b8d20ebd25e",
"FlightNo": "sample string 2",
"DepartureLocation": "sample string 3",
"DestinationLocation": "sample string 4",
"StartDate": "2026-09-07T01:10:41.6223982+00:00",
"EndDate": "2026-09-07T01:10:41.6223982+00:00",
"Status": 1,
"ServiceTypeId": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"DownloadType":"sample string 1","AirlineId":1,"CreatedBy":"f8630b93-0b4e-4eec-90bf-4b8d20ebd25e","FlightNo":"sample string 2","DepartureLocation":"sample string 3","DestinationLocation":"sample string 4","StartDate":"2026-09-07T01:10:41.6223982+00:00","EndDate":"2026-09-07T01:10:41.6223982+00:00","Status":1,"ServiceTypeId":1,"From":1,"Size":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.