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. |
|
| supportedServices | Collection of integer |
None. |
|
| LandLine | string |
None. |
|
| RegistrationTypeId | integer |
None. |
|
| LandLineChanged | boolean |
None. |
|
| UserId | string |
None. |
|
| supportedCountries | Collection of integer |
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"
],
"supportedServices": [
1,
2
],
"landLine": "sample string 2",
"registrationTypeId": 3,
"landLineChanged": true,
"userId": "sample string 5",
"supportedCountries": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.