POST api/hotel/curx/markup/rule/range/delete/{rangeid}
删除Markup rule range 规则
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rangeid |
rangeid |
string |
Required |
Body Parameters
AsHotelUserAuthentContract| Name | 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 规则
ReturnResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| data | boolean |
None. |
|
| code |
状态码:100成功,其他自定义 |
integer |
None. |
| message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": true,
"code": 2,
"message": "sample string 3"
}