POST api/Master/GetUserHierarchy

Request Information

URI Parameters

None.

Body Parameters

UserHierachy
NameDescriptionTypeAdditional information
ID

string

None.

UID

string

None.

UserID

string

None.

ManagedBy

string

None.

Name

string

None.

EmployeeLevel

string

None.

Reporting

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "UID": "sample string 2",
  "UserID": "sample string 3",
  "ManagedBy": "sample string 4",
  "Name": "sample string 5",
  "EmployeeLevel": "sample string 6",
  "Reporting": "sample string 7"
}

application/xml, text/xml

Sample:
<UserHierachy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model">
  <EmployeeLevel>sample string 6</EmployeeLevel>
  <ID>sample string 1</ID>
  <ManagedBy>sample string 4</ManagedBy>
  <Name>sample string 5</Name>
  <Reporting>sample string 7</Reporting>
  <UID>sample string 2</UID>
  <UserID>sample string 3</UserID>
</UserHierachy>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.