POST api/Masters/GetRoleMaster

Request Information

URI Parameters

None.

Body Parameters

RoleMaster
NameDescriptionTypeAdditional information
RoleId

integer

None.

RoleName

string

None.

CreatedDate

string

None.

CreatedUser

string

None.

Status

string

None.

Key

string

None.

ModifiedUser

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RoleId": 1,
  "RoleName": "sample string 2",
  "CreatedDate": "sample string 3",
  "CreatedUser": "sample string 4",
  "Status": "sample string 5",
  "Key": "sample string 6",
  "ModifiedUser": "sample string 7"
}

application/xml, text/xml

Sample:
<RoleMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusApi.Models">
  <CreatedDate>sample string 3</CreatedDate>
  <CreatedUser>sample string 4</CreatedUser>
  <Key>sample string 6</Key>
  <ModifiedUser>sample string 7</ModifiedUser>
  <RoleId>1</RoleId>
  <RoleName>sample string 2</RoleName>
  <Status>sample string 5</Status>
</RoleMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.