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": "0474e7bd-b1b1-428e-8d86-ec6d51d1cc39",
"FlightNo": "sample string 1",
"DepartureLocation": "sample string 2",
"DestinationLocation": "sample string 3",
"StartDate": "2026-05-29T22:24:45.0425017+00:00",
"EndDate": "2026-05-29T22:24:45.0425017+00:00",
"Status": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"AirlineId":1,"CreatedBy":"0474e7bd-b1b1-428e-8d86-ec6d51d1cc39","FlightNo":"sample string 1","DepartureLocation":"sample string 2","DestinationLocation":"sample string 3","StartDate":"2026-05-29T22:24:45.0425017+00:00","EndDate":"2026-05-29T22:24:45.0425017+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.