POST api/Account/Register
Request Information
URI Parameters
None.
Body Parameters
AccountDetailModelName | Description | Type | Additional information |
---|---|---|---|
Account | Account |
None. |
|
AccountLogin | AccountLogin |
None. |
Request Formats
application/json, text/json
Sample:
{ "Account": { "AccountID": "ad4fe101-b27f-4619-84e6-fae05c3bcc84", "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:49:58.7337733+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": "c3135659-2283-48df-a455-61db3ddc578f", "AccountLoginTypeID": 2, "UserName": "sample string 3", "Password": "sample string 4", "OAuth_Privder": "sample string 5", "OAuth_ID": "sample string 6" }, "AccountProfileSetting": { "AccountID": "c48428c5-b3ef-482e-96c8-a797179aefd1", "Notif_Receive": true, "Notif_Fav_Profile": true, "Notif_Profile_Status_Update": true, "Notif_Events": true, "Notif_Offers": true, "Notif_Approval": true } }, "AccountLogin": { "AccountID": "c3135659-2283-48df-a455-61db3ddc578f", "AccountLoginTypeID": 2, "UserName": "sample string 3", "Password": "sample string 4", "OAuth_Privder": "sample string 5", "OAuth_ID": "sample string 6", "Account": { "AccountID": "ad4fe101-b27f-4619-84e6-fae05c3bcc84", "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:49:58.7337733+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", "AccountProfileSetting": { "AccountID": "c48428c5-b3ef-482e-96c8-a797179aefd1", "Notif_Receive": true, "Notif_Fav_Profile": true, "Notif_Profile_Status_Update": true, "Notif_Events": true, "Notif_Offers": true, "Notif_Approval": true } } } }
text/html
Sample:
{"Account":{"AccountID":"ad4fe101-b27f-4619-84e6-fae05c3bcc84","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:49:58.7337733+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":"c3135659-2283-48df-a455-61db3ddc578f","AccountLoginTypeID":2,"UserName":"sample string 3","Password":"sample string 4","OAuth_Privder":"sample string 5","OAuth_ID":"sample string 6"},"AccountProfileSetting":{"AccountID":"c48428c5-b3ef-482e-96c8-a797179aefd1","Notif_Receive":true,"Notif_Fav_Profile":true,"Notif_Profile_Status_Update":true,"Notif_Events":true,"Notif_Offers":true,"Notif_Approval":true}},"AccountLogin":{"AccountID":"c3135659-2283-48df-a455-61db3ddc578f","AccountLoginTypeID":2,"UserName":"sample string 3","Password":"sample string 4","OAuth_Privder":"sample string 5","OAuth_ID":"sample string 6","Account":{"AccountID":"ad4fe101-b27f-4619-84e6-fae05c3bcc84","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:49:58.7337733+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","AccountProfileSetting":{"AccountID":"c48428c5-b3ef-482e-96c8-a797179aefd1","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.