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. |
|
| ServiceTypeId | integer |
None. |
|
| From | integer |
None. |
|
| Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"CreatedBy": "7b71d275-75d4-45a0-83e4-ace258490fac",
"FlightNo": "sample string 1",
"DepartureLocation": "sample string 2",
"DestinationLocation": "sample string 3",
"StartDate": "2026-09-07T04:07:39.1135515+00:00",
"EndDate": "2026-09-07T04:07:39.1135515+00:00",
"Status": 1,
"ServiceTypeId": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"AirlineId":1,"CreatedBy":"7b71d275-75d4-45a0-83e4-ace258490fac","FlightNo":"sample string 1","DepartureLocation":"sample string 2","DestinationLocation":"sample string 3","StartDate":"2026-09-07T04:07:39.1135515+00:00","EndDate":"2026-09-07T04:07:39.1135515+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.