POST api/Account/AccountUpdateProfile
Request Information
URI Parameters
None.
Body Parameters
AccountName | Description | Type | Additional information |
---|---|---|---|
AccountID | globally unique identifier |
None. |
|
FName | string |
None. |
|
LName | string |
None. |
|
MobileNumber | string |
None. |
|
string |
None. |
||
AccountTypeID | integer |
None. |
|
ProfileImage | string |
None. |
|
IsPremuim | boolean |
None. |
|
CreatedOn | date |
None. |
|
ClientAppID | integer |
None. |
|
CountryID | integer |
None. |
|
CityID | integer |
None. |
|
Address | string |
None. |
|
IsActive | boolean |
None. |
|
SocialNetworkURL | string |
None. |
|
WebSiteURL | string |
None. |
|
FCM_ClientToken | string |
None. |
|
AccountLogin | AccountLogin |
None. |
|
AccountProfileSetting | AccountProfileSetting |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": "35f2f257-e981-4479-b6a1-bed06b87fa8a", "FName": "sample string 2", "LName": "sample string 3", "MobileNumber": "sample string 4", "Email": "sample string 5", "AccountTypeID": 1, "ProfileImage": "sample string 6", "IsPremuim": true, "CreatedOn": "2021-02-28T17:35:33.8874788+01:00", "ClientAppID": 1, "CountryID": 1, "CityID": 1, "Address": "sample string 7", "IsActive": true, "SocialNetworkURL": "sample string 8", "WebSiteURL": "sample string 9", "FCM_ClientToken": "sample string 10", "AccountLogin": { "AccountID": "f0652cc8-5548-4e62-b6b4-851103299025", "AccountLoginTypeID": 2, "UserName": "sample string 3", "Password": "sample string 4", "OAuth_Privder": "sample string 5", "OAuth_ID": "sample string 6" }, "AccountProfileSetting": { "AccountID": "8f452761-b5a5-485f-86db-8d0b711107c5", "Notif_Receive": true, "Notif_Fav_Profile": true, "Notif_Profile_Status_Update": true, "Notif_Events": true, "Notif_Offers": true, "Notif_Approval": true } }
text/html
Sample:
{"AccountID":"35f2f257-e981-4479-b6a1-bed06b87fa8a","FName":"sample string 2","LName":"sample string 3","MobileNumber":"sample string 4","Email":"sample string 5","AccountTypeID":1,"ProfileImage":"sample string 6","IsPremuim":true,"CreatedOn":"2021-02-28T17:35:33.8874788+01:00","ClientAppID":1,"CountryID":1,"CityID":1,"Address":"sample string 7","IsActive":true,"SocialNetworkURL":"sample string 8","WebSiteURL":"sample string 9","FCM_ClientToken":"sample string 10","AccountLogin":{"AccountID":"f0652cc8-5548-4e62-b6b4-851103299025","AccountLoginTypeID":2,"UserName":"sample string 3","Password":"sample string 4","OAuth_Privder":"sample string 5","OAuth_ID":"sample string 6"},"AccountProfileSetting":{"AccountID":"8f452761-b5a5-485f-86db-8d0b711107c5","Notif_Receive":true,"Notif_Fav_Profile":true,"Notif_Profile_Status_Update":true,"Notif_Events":true,"Notif_Offers":true,"Notif_Approval":true}}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.