POST api/registration/Otp
Request Information
URI Parameters
None.
Body Parameters
UserEntityName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Title | string |
None. |
|
FullName | string |
Required String length: inclusive between 0 and 250 |
|
Mobile | string |
Required String length: inclusive between 0 and 10 |
|
EmailId | string |
Required String length: inclusive between 0 and 250 |
|
Otp | string |
None. |
|
OtpValidTill | date |
None. |
|
UserKey | Collection of byte |
None. |
|
UserIV | Collection of byte |
None. |
|
UserPassword | Collection of byte |
None. |
|
IsForgotPassword | boolean |
None. |
|
Password | string |
None. |
|
SkipOtp | boolean |
None. |
|
Status | integer |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
String length: inclusive between 0 and 256 |
|
ModifiedOn | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 256 |
|
EntityState | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "9e2949ee-536e-4378-8b7d-c1bdcf74a256", "Title": "sample string 2", "FullName": "sample string 3", "Mobile": "sample string 4", "EmailId": "sample string 5", "Otp": "sample string 6", "OtpValidTill": "2025-04-18T03:09:42.4601584+05:30", "UserKey": "QEA=", "UserIV": "QEA=", "UserPassword": "QEA=", "IsForgotPassword": true, "Password": "sample string 9", "SkipOtp": true, "Status": 11, "CreatedOn": "2025-04-18T03:09:42.4601584+05:30", "CreatedBy": "sample string 12", "ModifiedOn": "2025-04-18T03:09:42.4601584+05:30", "ModifiedBy": "sample string 13", "EntityState": 14 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.