POST api/Manifest/AwbUpdate
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfPrcSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| From | integer |
None. |
|
| Parameter | PrcSearchModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 1,
"Parameter": {
"StartDate": "2026-01-13T04:21:44.5414099+00:00",
"EndDate": "2026-01-13T04:21:44.5414099+00:00",
"FlightDateType": 0,
"AirportCode": "sample string 1",
"AirlineCode": "sample string 2"
}
}
application/xml, text/xml
Sample:
<SearchCallOfPrcSearchModelbzJk6kDd 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:AirlineCode>sample string 2</d2p1:AirlineCode>
<d2p1:AirportCode>sample string 1</d2p1:AirportCode>
<d2p1:EndDate>2026-01-13T04:21:44.5414099+00:00</d2p1:EndDate>
<d2p1:FlightDateType>SyncDate</d2p1:FlightDateType>
<d2p1:StartDate>2026-01-13T04:21:44.5414099+00:00</d2p1:StartDate>
</Parameter>
</SearchCallOfPrcSearchModelbzJk6kDd>
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.