POST api/Manifest/SearchManifestPending
Request Information
URI Parameters
None.
Body Parameters
SearchModel| 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 |
|
| Status | integer |
None. |
|
| From | integer |
None. |
|
| Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"CreatedBy": "f1d50b27-26ec-4843-8b6d-fd64b2557495",
"FlightNo": "sample string 1",
"DepartureLocation": "sample string 2",
"DestinationLocation": "sample string 3",
"StartDate": "2026-09-07T00:32:48.1069442+00:00",
"EndDate": "2026-09-07T00:32:48.1069442+00:00",
"Status": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"AirlineId":1,"CreatedBy":"f1d50b27-26ec-4843-8b6d-fd64b2557495","FlightNo":"sample string 1","DepartureLocation":"sample string 2","DestinationLocation":"sample string 3","StartDate":"2026-09-07T00:32:48.1069442+00:00","EndDate":"2026-09-07T00:32:48.1069442+00:00","Status":1,"From":1,"Size":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.