POST api/hotel/curx/user/account?username={username}&password={password}

用户账户信息(账户信用度)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

用户名

string

Required

password

密码

string

Required

Body Parameters

None.

Response Information

Resource Description

用户账户信息(账户信用度)

ReturnResultOfAsHotelUserAccountRSContract
NameDescriptionTypeAdditional information
data

AsHotelUserAccountRSContract

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "creditlimit": 1,
    "agentid": 2,
    "username": "sample string 3",
    "realname": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6",
    "groupname": "sample string 7",
    "department": "sample string 8",
    "jobtitle": "sample string 9",
    "istestaccount": true
  },
  "code": 1,
  "message": "sample string 2"
}