POST API/Account/SetResidentLogonInfo

切换小区/切换房产 返回值:{"Status":true,"Code":"","Data":{"Valid":true,"Message":"","Obj":{"UserId":"e05006c6014140f48d02a7ebb1f463b4","UserName":"江洋大盗","UserPhone":"18789494364","UserPassword":"123456","UserThumbnail":"07d0de82e7c744b184fda1efb7cf7aab","PropertyId":"","PropertyName":"","PropertyThumbnail":"","HouseId":"","HouseName":"","CommunityId":"e5e1b974812d40cc9629b5ab30d547b4","CommuntiyName":"陈家庄小区","CommuntiyAddress":"科技路68号","CommuntiyLatitude":"34.236408","CommuntiyLongitude":"108.878601"}}}

Request Information

Parameters

NameDescriptionAdditional information
residentStatus

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ResidentId": "sample string 1",
  "CommunityId": "sample string 2",
  "PropertyId": "sample string 3",
  "HouseId": "sample string 4",
  "Platfrom": "sample string 5"
}

application/xml, text/xml

Sample:
<ResidentStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.P.Entities">
  <CommunityId>sample string 2</CommunityId>
  <HouseId>sample string 4</HouseId>
  <Platfrom>sample string 5</Platfrom>
  <PropertyId>sample string 3</PropertyId>
  <ResidentId>sample string 1</ResidentId>
</ResidentStatus>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResidentStatus'.