POST api/hotel/common/update/sunseries/city?isupdate={isupdate}
sunseries 城市更新
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| isupdate | 
                         是否更新  | 
                    boolean | 
                                 Required  | 
                
Body Parameters
TC_UserAuthentContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| authuser | 
                         用户身份信息  | 
                    TC_UserContract | 
                             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
sunseries 城市更新
ReturnResultOfListOfCityResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | Collection of CityResponse | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": [
    {
      "<id>k__BackingField": "sample string 1",
      "<name>k__BackingField": "sample string 2",
      "<code>k__BackingField": "sample string 3",
      "<country_id>k__BackingField": "sample string 4"
    },
    {
      "<id>k__BackingField": "sample string 1",
      "<name>k__BackingField": "sample string 2",
      "<code>k__BackingField": "sample string 3",
      "<country_id>k__BackingField": "sample string 4"
    }
  ],
  "code": 1,
  "message": "sample string 2"
}