POST api/AirlineData/Search
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfReconSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| From | integer |
None. |
|
| Parameter | ReconSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 1,
"Parameter": {
"StartDate": "2026-01-13T04:22:49.1694284+00:00",
"EndDate": "2026-01-13T04:22:49.1694284+00:00",
"AirlineName": "sample string 1"
}
}
application/xml, text/xml
Sample:
<SearchCallOfReconSearchModelbzJk6kDd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stardust">
<From>1</From>
<PageSize>1</PageSize>
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/Cargo.Data.Model">
<d2p1:AirlineName>sample string 1</d2p1:AirlineName>
<d2p1:EndDate>2026-01-13T04:22:49.1694284+00:00</d2p1:EndDate>
<d2p1:StartDate>2026-01-13T04:22:49.1694284+00:00</d2p1:StartDate>
</Parameter>
</SearchCallOfReconSearchModelbzJk6kDd>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.