POST api/VerifyEmpByOtp

Request Information

URI Parameters

None.

Body Parameters

LoginInPut
NameDescriptionTypeAdditional information
MobileNo

string

None.

Otp

string

None.

UserToken

string

None.

FireBaseToken

string

None.

PayrollType

string

None.

IsOTP

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileNo": "sample string 1",
  "Otp": "sample string 2",
  "UserToken": "sample string 3",
  "FireBaseToken": "sample string 4",
  "PayrollType": "sample string 5",
  "IsOTP": true
}

application/xml, text/xml

Sample:
<LoginInPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PayrollApp.Models">
  <FireBaseToken>sample string 4</FireBaseToken>
  <IsOTP>true</IsOTP>
  <MobileNo>sample string 1</MobileNo>
  <Otp>sample string 2</Otp>
  <PayrollType>sample string 5</PayrollType>
  <UserToken>sample string 3</UserToken>
</LoginInPut>

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.