| Name | Description | Type | Additional information |
|---|---|---|---|
| Firstname |
Customer contact and User firstname |
string |
Required |
| Lastname |
Customer contact and User lastname |
string |
Required |
| Phone |
Customer contact and User phone number |
string |
Required |
|
Customer contact and User email address |
string |
Required |
|
| Password |
User password |
string |
Required Data type: Password String length: inclusive between 10 and 100 |
| OrgNr |
Customer organization number |
string |
Matching regular expression pattern: ^\d{6}\-\d{4}$ |
| VAT |
Customer VAT registration number |
string |
Matching regular expression pattern: ^[A-Z]{2,3}[0-9]+ |
| Name |
Customer company name |
string |
Required |
| Address1 |
First address line |
string |
Required |
| Address2 |
Second address line |
string |
None. |
| ZIP |
Customer ZIP or postal code |
string |
Required |
| City |
Customer city |
string |
Required |
| CountryID |
ID of customer country |
integer |
Required |
| InvoiceReference |
Customer reference on incvoices |
string |
None. |
| InvoiceEmail |
Email to send invoices to |
string |
None. |
| International |
Whether the new customer is creating an international account |
boolean |
None. |