POST api/UserApi/RegOtp
Request Information
URI Parameters
None.
Body Parameters
BOOTP| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| UserEmail | string |
None. |
|
| PhoneNumber | string |
None. |
|
| OTP | string |
None. |
|
| OTPType | string |
None. |
|
| ExpiryDate | date |
None. |
|
| IpAddress | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"UserEmail": "sample string 2",
"PhoneNumber": "sample string 3",
"OTP": "sample string 4",
"OTPType": "sample string 5",
"ExpiryDate": "2025-12-06T09:59:55.5125549+05:30",
"IpAddress": "sample string 7",
"Status": 8
}
application/xml, text/xml
Sample:
<BOOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <ExpiryDate>2025-12-06T09:59:55.5125549+05:30</ExpiryDate> <IpAddress>sample string 7</IpAddress> <OTP>sample string 4</OTP> <OTPType>sample string 5</OTPType> <PhoneNumber>sample string 3</PhoneNumber> <Status>8</Status> <UserEmail>sample string 2</UserEmail> <UserName>sample string 1</UserName> </BOOTP>
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.