POST api/hotel/curx/markup/rule/range/list/{ruleid}
获取Markup rule range 列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ruleid |
规则ruleid |
string |
Required |
Body Parameters
AsHotelUserAuthentContractName | Description | Type | Additional information |
---|---|---|---|
authuser |
用户身份信息 |
AsUserContract |
None. |
Request Formats
application/json, text/json
Sample:
{ "authuser": { "userid": "sample string 1", "password": "sample string 2" } }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
获取Markup rule range 列表
ReturnResultOfListOfAsMarkupRangeRSContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of AsMarkupRangeRSContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "rangeid": "sample string 1", "fromprice": 2.0, "toprice": 3.0, "strvalue": 4.0, "strvaluetype": "sample string 5" }, { "rangeid": "sample string 1", "fromprice": 2.0, "toprice": 3.0, "strvalue": 4.0, "strvaluetype": "sample string 5" } ], "code": 1, "message": "sample string 2" }