POST account/ResendOtp

Request Information

URI Parameters

None.

Body Parameters

LoginWithPhoneModel
NameDescriptionTypeAdditional information
UserId

integer

None.

Otp

string

None.

LoginType

string

None.

DeviceId

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Otp": "sample string 2",
  "LoginType": "sample string 3",
  "DeviceId": "sample string 4",
  "Password": "sample string 5"
}

application/xml, text/xml

Sample:
<LoginWithPhoneModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.ApplicanProgramInterface.Models">
  <DeviceId>sample string 4</DeviceId>
  <LoginType>sample string 3</LoginType>
  <Otp>sample string 2</Otp>
  <Password>sample string 5</Password>
  <UserId>1</UserId>
</LoginWithPhoneModel>

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.