GET api/UserProfile?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

MDLAipUserProfile
NameDescriptionTypeAdditional information
SelectedMandatorId

integer

None.

SelectedHouseId

integer

None.

SelectedDepartmentId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SelectedMandatorId": 1,
  "SelectedHouseId": 2,
  "SelectedDepartmentId": 3
}

application/xml, text/xml

Sample:
<MDLAipUserProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared">
  <SelectedDepartmentId>3</SelectedDepartmentId>
  <SelectedHouseId>2</SelectedHouseId>
  <SelectedMandatorId>1</SelectedMandatorId>
</MDLAipUserProfile>