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": "df86de2c-f08d-4ada-8e9d-8da1e3d6e1ee",
"FlightNo": "sample string 1",
"DepartureLocation": "sample string 2",
"DestinationLocation": "sample string 3",
"StartDate": "2026-05-29T07:07:13.3013388+00:00",
"EndDate": "2026-05-29T07:07:13.3013388+00:00",
"From": 1,
"Size": 1,
"Type": "sample string 4",
"Status": 1
}
multipart/form-data
Sample:
{"AirlineId":1,"CreatedBy":"df86de2c-f08d-4ada-8e9d-8da1e3d6e1ee","FlightNo":"sample string 1","DepartureLocation":"sample string 2","DestinationLocation":"sample string 3","StartDate":"2026-05-29T07:07:13.3013388+00:00","EndDate":"2026-05-29T07:07:13.3013388+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.