POST api/Account/EditBasicInfo
Request Information
URI Parameters
None.
Body Parameters
EditProfileBasicInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AdditionalPhoneNumbers | Collection of string |
None. |
|
| FaxNumbers | Collection of string |
None. |
|
| LandLine | string |
None. |
|
| Countries | Collection of integer |
None. |
|
| RegistrationTypeId | integer |
None. |
|
| LandLineChanged | boolean |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"additionalPhoneNumbers": [
"sample string 1",
"sample string 2"
],
"faxNumbers": [
"sample string 1",
"sample string 2"
],
"landLine": "sample string 2",
"countries": [
1,
2
],
"registrationTypeId": 3,
"landLineChanged": true,
"userId": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.