POST api/GetExpAWB

Request Information

URI Parameters

None.

Body Parameters

QueryParam
NameDescriptionTypeAdditional information
queryDate1

date

None.

queryDate2

date

None.

queryAWBNo

string

None.

isNotArrival

boolean

None.

Request Formats

application/json, text/json, multipart/form-data, application/json-patch+json, text/plain

Sample:
{
  "queryDate1": "2025-09-14T06:32:54.2326875+08:00",
  "queryDate2": "2025-09-14T06:32:54.2326875+08:00",
  "queryAWBNo": "sample string 1",
  "isNotArrival": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/json-patch+json, text/plain

Sample:

Sample not available.