POST api/GetCustomerStatement
Request Information
URI Parameters
None.
Body Parameters
CustomerQueryParamName | Description | Type | Additional information |
---|---|---|---|
queryDate1 | date |
None. |
|
queryDate2 | date |
None. |
|
queryAWBNo | string |
None. |
|
isNotArrival | boolean |
None. |
|
year | string |
None. |
|
month | string |
None. |
|
awbtype | string |
None. |
|
chkPP | boolean |
None. |
|
chkCC | boolean |
None. |
|
chkCP | boolean |
None. |
|
chkOT | boolean |
None. |
Request Formats
application/json, text/json, multipart/form-data, application/json-patch+json, text/plain
Sample:
{ "queryDate1": "2025-09-14T06:36:17.5178928+08:00", "queryDate2": "2025-09-14T06:36:17.5178928+08:00", "queryAWBNo": "sample string 1", "isNotArrival": true, "year": "sample string 3", "month": "sample string 4", "awbtype": "sample string 5", "chkPP": true, "chkCC": true, "chkCP": true, "chkOT": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |