GET api/flyhotel/package/detail/{lang}/{routeId}
機+酒打包行程信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang |
語言 |
string |
Required |
routeId |
行程ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
機+酒打包行程信息
ReturnResultOfFlyHotelPackageInfoName | Description | Type | Additional information |
---|---|---|---|
data | FlyHotelPackageInfo |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "carrierCode": "sample string 1", "carrierName": "sample string 2", "hotelName": "sample string 3", "hotelRate": 4, "depCityName": "sample string 5", "arrCityName": "sample string 6", "nightStay": 7, "lowestAvgPrice": 8.0, "hotelConver": "sample string 9" }, "code": 1, "message": "sample string 2" }