POST v1/accounts/update
Request Information
URI Parameters
None.
Body Parameters
Core.Model.Account| Name | Description | Type | Additional information |
|---|---|---|---|
| domain | string |
Required Range: inclusive between 2 and 256 |
|
| company | string |
Range: inclusive between 2 and 256 |
|
| street | string |
Required Range: inclusive between 2 and 256 |
|
| zip | string |
Required Data type: PostalCode Range: inclusive between 2 and 10 |
|
| city | string |
Required Range: inclusive between 2 and 256 |
|
| country | string |
Required Range: inclusive between 2 and 2 |
|
| website | string |
Range: inclusive between 5 and 256 |
|
| vatid | string |
Range: inclusive between 0 and 256 |
Request Formats
application/json, text/json
Sample:
{
"domain": "sample string 1",
"company": "sample string 2",
"street": "sample string 3",
"zip": "sample string 4",
"city": "sample string 5",
"country": "sample string 6",
"website": "sample string 7",
"vatid": "sample string 8"
}
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |