Used to create a contact
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
brand | String | Optional | The brand to link the contact to, defaults to the brand "default" |
|
organization | String | Optional | The name of the organization |
|
name | String | Required | The name of the person |
|
addressLine | List <String> | Required | The address lines |
|
postalCode | String | Required | Postal code |
|
city | String | Required | The city |
|
state | String | Optional | The state |
|
country | String | Required | The ISO 3166-1 alpha2 country code |
|
String | Required | The email address |
|
|
voice | String | Required | The voice telephone number. E164a format, eg: +31.384530759 |
|
fax | String | Optional | The fax telephone number. E164a format, eg: +31.384530759 |
|
Generic errors can be expected.
POST
/v2/customers/customer/contacts/handle
Content-Type: application/json
{}