POST api/Permission/CheckExistInfoInMasterData

Request Information

URI Parameters

None.

Body Parameters

CheckExistInfoMasterData
NameDescriptionTypeAdditional information
RootSiteUrl

string

None.

UserEmail

string

None.

ApplicationCode

string

None.

ModuleCode

string

None.

RoleCode

string

None.

PositionCode

string

None.

DepartmentValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RootSiteUrl": "sample string 1",
  "UserEmail": "sample string 2",
  "ApplicationCode": "sample string 3",
  "ModuleCode": "sample string 4",
  "RoleCode": "sample string 5",
  "PositionCode": "sample string 6",
  "DepartmentValue": "sample string 7"
}

application/xml, text/xml

Sample:
<CheckExistInfoMasterData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.ITPermissionService.MasterData">
  <ApplicationCode>sample string 3</ApplicationCode>
  <DepartmentValue>sample string 7</DepartmentValue>
  <ModuleCode>sample string 4</ModuleCode>
  <PositionCode>sample string 6</PositionCode>
  <RoleCode>sample string 5</RoleCode>
  <RootSiteUrl>sample string 1</RootSiteUrl>
  <UserEmail>sample string 2</UserEmail>
</CheckExistInfoMasterData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CheckExistInfoMasterData'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.