POST login/verifymobile
Request Information
URI Parameters
None.
Body Parameters
Tbl_Sewa_PublicUserOTPModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PUOTPRequestId_pk | integer |
None. |
|
| MobileNo | integer |
None. |
|
| OTP | string |
None. |
|
| Createdon | date |
None. |
|
| Varify | integer |
None. |
|
| Expire | integer |
None. |
|
| ValidityDateTime | date |
None. |
|
| IPAddress | string |
None. |
|
| EmailID | string |
None. |
|
| serviceid | integer |
None. |
|
| servicename | string |
None. |
|
| password | string |
None. |
|
| DeviceTokenId | string |
None. |
|
| DeviceType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"puotpRequestId_pk": 1,
"mobileNo": 2,
"otp": "sample string 3",
"createdon": "2025-12-21T18:02:46.6734426+05:30",
"varify": 5,
"expire": 6,
"validityDateTime": "2025-12-21T18:02:46.6734426+05:30",
"ipAddress": "sample string 8",
"emailID": "sample string 9",
"serviceid": 10,
"servicename": "sample string 11",
"password": "sample string 12",
"deviceTokenId": "sample string 13",
"deviceType": 14
}
application/xml, text/xml
Sample:
<Tbl_Sewa_PublicUserOTPModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SewaApiModel"> <Createdon>2025-12-21T18:02:46.6734426+05:30</Createdon> <DeviceTokenId>sample string 13</DeviceTokenId> <DeviceType>14</DeviceType> <EmailID>sample string 9</EmailID> <Expire>6</Expire> <IPAddress>sample string 8</IPAddress> <MobileNo>2</MobileNo> <OTP>sample string 3</OTP> <PUOTPRequestId_pk>1</PUOTPRequestId_pk> <ValidityDateTime>2025-12-21T18:02:46.6734426+05:30</ValidityDateTime> <Varify>5</Varify> <password>sample string 12</password> <serviceid>10</serviceid> <servicename>sample string 11</servicename> </Tbl_Sewa_PublicUserOTPModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.