GET api/hotel/2c/role/limitprice/{cityCode}
获取角色的价格限制
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cityCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取角色的价格限制
ReturnResultOfListOfTocRolePriceLimitRespContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of TocRolePriceLimitRespContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "CityCode": "sample string 1", "CityName": "sample string 2", "Currency": "sample string 3", "Partner": 4.0, "Manager": 5.0, "SeniorManager": 6.0, "Staff": 7.0, "OtherRole1": 8.0, "OtherRole2": 9.0, "LimitMonth": "sample string 10" }, { "CityCode": "sample string 1", "CityName": "sample string 2", "Currency": "sample string 3", "Partner": 4.0, "Manager": 5.0, "SeniorManager": 6.0, "Staff": 7.0, "OtherRole1": 8.0, "OtherRole2": 9.0, "LimitMonth": "sample string 10" } ], "code": 1, "message": "sample string 2" }