GET api/order/report/skyscanner/{date}?FilePath={FilePath}&Status={Status}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
date | string |
Required |
|
FilePath | string |
Required |
|
Status | string |
Default value is completed |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfReponseContractName | Description | Type | Additional information |
---|---|---|---|
data | ReponseContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "totalrecord": 1, "reportfilepath": "sample string 2", "items": [ { "saledatetime": "2024-12-23T19:25:23.0310686+08:00", "totalvalue": 2.0, "currency": "sample string 3", "device": "sample string 4", "market": "sample string 5", "cabinclass": "sample string 6", "trip": "sample string 7", "triptype": "sample string 8", "from": "sample string 9", "to": "sample string 10", "flightnumber": "sample string 11" }, { "saledatetime": "2024-12-23T19:25:23.0310686+08:00", "totalvalue": 2.0, "currency": "sample string 3", "device": "sample string 4", "market": "sample string 5", "cabinclass": "sample string 6", "trip": "sample string 7", "triptype": "sample string 8", "from": "sample string 9", "to": "sample string 10", "flightnumber": "sample string 11" } ] }, "code": 1, "message": "sample string 2" }