POST api/App/ValidateUserAuthenticationDetails

Request Information

URI Parameters

None.

Body Parameters

ValidateUserAuthenticationDetailsRequest
NameDescriptionTypeAdditional information
MobileNo

string

None.

IdentityId

integer

None.

UserType

string

None.

UserId

integer

None.

Otp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "IdentityId": 2,
  "UserType": "sample string 3",
  "UserId": 4,
  "Otp": "sample string 5"
}

application/xml, text/xml

Sample:
<ValidateUserAuthenticationDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <IdentityId>2</IdentityId>
  <MobileNo>sample string 1</MobileNo>
  <Otp>sample string 5</Otp>
  <UserId>4</UserId>
  <UserType>sample string 3</UserType>
</ValidateUserAuthenticationDetailsRequest>

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.