POST api/Permission/CheckExistEmailInMasterData

Request Information

URI Parameters

None.

Body Parameters

CheckExistEmailMasterData
NameDescriptionTypeAdditional information
RootSiteUrl

string

None.

UserEmail

string

None.

IsInternal

boolean

None.

ApplicationCode

string

None.

ModuleCode

string

None.

RoleCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RootSiteUrl": "sample string 1",
  "UserEmail": "sample string 2",
  "IsInternal": true,
  "ApplicationCode": "sample string 4",
  "ModuleCode": "sample string 5",
  "RoleCode": "sample string 6"
}

application/xml, text/xml

Sample:
<CheckExistEmailMasterData 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 4</ApplicationCode>
  <IsInternal>true</IsInternal>
  <ModuleCode>sample string 5</ModuleCode>
  <RoleCode>sample string 6</RoleCode>
  <RootSiteUrl>sample string 1</RootSiteUrl>
  <UserEmail>sample string 2</UserEmail>
</CheckExistEmailMasterData>

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 'CheckExistEmailMasterData'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.