POST api/User/OTPVerification

Request Information

URI Parameters

None.

Body Parameters

UsersPara
NameDescriptionTypeAdditional information
UserId

integer

None.

FirstName

string

None.

LastName

string

None.

CompanyName

string

None.

Country

string

None.

ISD

string

None.

MobileNo

string

None.

OfficeNo

string

None.

EmailID

string

None.

IBAN

string

None.

Password

string

None.

MOHLicenseNo

string

None.

UserType

integer

None.

OTP

string

None.

OTPType

integer

None.

NewPassword

string

None.

ConfirmPassword

string

None.

PasswordChangeID

integer

None.

AgentType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "CompanyName": "sample string 4",
  "Country": "sample string 5",
  "ISD": "sample string 6",
  "MobileNo": "sample string 7",
  "OfficeNo": "sample string 8",
  "EmailID": "sample string 9",
  "IBAN": "sample string 10",
  "Password": "sample string 11",
  "MOHLicenseNo": "sample string 12",
  "UserType": 13,
  "OTP": "sample string 14",
  "OTPType": 15,
  "NewPassword": "sample string 16",
  "ConfirmPassword": "sample string 17",
  "PasswordChangeID": 18,
  "AgentType": "sample string 19"
}

application/xml, text/xml

Sample:
<UserController.UsersPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheZowarAPI.Controllers">
  <AgentType>sample string 19</AgentType>
  <CompanyName>sample string 4</CompanyName>
  <ConfirmPassword>sample string 17</ConfirmPassword>
  <Country>sample string 5</Country>
  <EmailID>sample string 9</EmailID>
  <FirstName>sample string 2</FirstName>
  <IBAN>sample string 10</IBAN>
  <ISD>sample string 6</ISD>
  <LastName>sample string 3</LastName>
  <MOHLicenseNo>sample string 12</MOHLicenseNo>
  <MobileNo>sample string 7</MobileNo>
  <NewPassword>sample string 16</NewPassword>
  <OTP>sample string 14</OTP>
  <OTPType>15</OTPType>
  <OfficeNo>sample string 8</OfficeNo>
  <Password>sample string 11</Password>
  <PasswordChangeID>18</PasswordChangeID>
  <UserId>1</UserId>
  <UserType>13</UserType>
</UserController.UsersPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />