POST api/users/Profile/Update
Request Information
URI Parameters
None.
Body Parameters
UserEntityName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Mobile | string |
Required String length: inclusive between 0 and 10 |
|
UserName | string |
String length: inclusive between 0 and 200 |
|
EmailId | string |
String length: inclusive between 0 and 250 |
|
FullAddress | string |
String length: inclusive between 0 and 250 |
|
LastLoginOn | date |
None. |
|
Otp | string |
None. |
|
OtpValidTill | date |
None. |
|
IsOtpValid | boolean |
None. |
|
Password | string |
None. |
|
Gender | string |
None. |
|
StateDescrip | string |
None. |
|
City | string |
None. |
|
PinCode | string |
None. |
|
DOB | date |
None. |
|
UserType | string |
None. |
|
DisplayName | string |
None. |
|
PreviousLogin | date |
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": "dcc8f0a4-1b43-4209-8c29-11c8869b0ffd", "Mobile": "sample string 2", "UserName": "sample string 3", "EmailId": "sample string 4", "FullAddress": "sample string 5", "LastLoginOn": "2025-05-12T03:20:09.9870306+05:30", "Otp": "sample string 6", "OtpValidTill": "2025-05-12T03:20:09.9870306+05:30", "IsOtpValid": true, "Password": "sample string 9", "Gender": "sample string 10", "StateDescrip": "sample string 11", "City": "sample string 12", "PinCode": "sample string 13", "DOB": "2025-05-12T03:20:09.9870306+05:30", "UserType": "sample string 14", "DisplayName": "sample string 15", "PreviousLogin": "2025-05-12T03:20:09.9870306+05:30", "Status": 16, "CreatedOn": "2025-05-12T03:20:09.9870306+05:30", "CreatedBy": "sample string 17", "ModifiedOn": "2025-05-12T03:20:09.9870306+05:30", "ModifiedBy": "sample string 18", "EntityState": 19 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.