POST api/auth/validation/mrep

Request Information

URI Parameters

None.

Body Parameters

ValidationData
NameDescriptionTypeAdditional information
MobileNumber

string

None.

TerritoryCode

string

None.

EmployeeCode

string

None.

UserId

string

None.

EmailId

string

None.

Password

string

None.

DeviceId

string

None.

EmployeeType

string

None.

BranchId

integer

None.

BranchCode

string

None.

BranchName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNumber": "sample string 1",
  "TerritoryCode": "sample string 2",
  "EmployeeCode": "sample string 3",
  "UserId": "sample string 4",
  "EmailId": "sample string 5",
  "Password": "sample string 6",
  "DeviceId": "sample string 7",
  "EmployeeType": "sample string 8",
  "BranchId": 9,
  "BranchCode": "sample string 10",
  "BranchName": "sample string 11"
}

application/xml, text/xml

Sample:
<AuthenticationApiModel.StartupValidation.ValidationData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StartupValidation.Models">
  <BranchCode>sample string 10</BranchCode>
  <BranchId>9</BranchId>
  <BranchName>sample string 11</BranchName>
  <DeviceId>sample string 7</DeviceId>
  <EmailId>sample string 5</EmailId>
  <EmployeeCode>sample string 3</EmployeeCode>
  <EmployeeType>sample string 8</EmployeeType>
  <MobileNumber>sample string 1</MobileNumber>
  <Password>sample string 6</Password>
  <TerritoryCode>sample string 2</TerritoryCode>
  <UserId>sample string 4</UserId>
</AuthenticationApiModel.StartupValidation.ValidationData>

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

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.