POST v1/accounts/registerfull
registers new account and returns ok (200) on success
Request Information
URI Parameters
None.
Body Parameters
account data
Core.Model.AccountRegisterFull| Name | Description | Type | Additional information |
|---|---|---|---|
| company | string |
Required String length: inclusive between 2 and 256 |
|
| firstname | string |
Required String length: inclusive between 2 and 256 |
|
| lastname | string |
Required String length: inclusive between 2 and 256 |
|
| function | string |
Max length: 256 |
|
| birthday | date |
None. |
|
| street | string |
Required String length: inclusive between 2 and 256 |
|
| zip | string |
Required String length: inclusive between 2 and 256 |
|
| city | string |
Required String length: inclusive between 2 and 256 |
|
| country |
2 digit iso code |
string |
Required String length: inclusive between 2 and 2 |
| phone | string |
Max length: 256 |
|
| fax | string |
Max length: 256 |
|
| vatId | string |
Max length: 256 |
|
|
users email address |
string |
Required Data type: EmailAddress String length: inclusive between 7 and 256 user@domain.tld |
|
| domain | string |
Required String length: inclusive between 2 and 256 |
|
| newsletter | boolean |
Required |
|
| ipaddress | string |
Required String length: inclusive between 4 and 256 |
|
| templateId | string |
String length: inclusive between 0 and 36 |
Request Formats
application/json, text/json
{
"company": "sample string 1",
"firstname": "sample string 2",
"lastname": "sample string 3",
"function": "sample string 4",
"birthday": "2025-12-17T04:52:03",
"street": "sample string 6",
"zip": "sample string 7",
"city": "sample string 8",
"country": "sample string 9",
"phone": "sample string 10",
"fax": "sample string 11",
"vatId": "sample string 12",
"email": "sample string 13",
"domain": "sample string 14",
"newsletter": true,
"ipaddress": "sample string 16",
"templateId": "sample string 17"
}
Response Information
Resource Description
http.response
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. |