POST api/UserInfo

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UserInfo
NameDescriptionTypeAdditional information
Valid

boolean

None.

UserName

Object

None.

StartTime

Object

None.

EndTime

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Valid": true,
  "UserName": {},
  "StartTime": {},
  "EndTime": {}
}

application/xml, text/xml

Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRIHomeData">
  <EndTime />
  <StartTime />
  <UserName />
  <Valid>true</Valid>
</UserInfo>