GET jxc_api/HomePage/GetUser

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

HomePageUser
NameDescriptionTypeAdditional information
userSn

integer

None.

userName

string

None.

phone

string

None.

Response Formats

application/json, text/json

Sample:
{
  "userSn": 1,
  "userName": "sample string 2",
  "phone": "sample string 3"
}

application/xml, text/xml

Sample:
<HomePageUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models">
  <phone>sample string 3</phone>
  <userName>sample string 2</userName>
  <userSn>1</userSn>
</HomePageUser>