POST api/Manifest/DownloadPdm
Request Information
URI Parameters
None.
Body Parameters
SearchPdmModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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 |
|
| From | integer |
None. |
|
| Size | integer |
None. |
|
| Type | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"CreatedBy": "b4e6572d-2a99-42af-8938-c5b36a159756",
"FlightNo": "sample string 1",
"DepartureLocation": "sample string 2",
"DestinationLocation": "sample string 3",
"StartDate": "2026-06-02T08:19:48.8836274+00:00",
"EndDate": "2026-06-02T08:19:48.8836274+00:00",
"From": 1,
"Size": 1,
"Type": "sample string 4",
"Status": 1
}
multipart/form-data
Sample:
{"AirlineId":1,"CreatedBy":"b4e6572d-2a99-42af-8938-c5b36a159756","FlightNo":"sample string 1","DepartureLocation":"sample string 2","DestinationLocation":"sample string 3","StartDate":"2026-06-02T08:19:48.8836274+00:00","EndDate":"2026-06-02T08:19:48.8836274+00:00","From":1,"Size":1,"Type":"sample string 4","Status":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.