Contacts represent Account contacts and Account billing and shipping addresses.
Name | Type | Tags | Description |
---|---|---|---|
firstName |
String |
Required | The contact's first name. |
lastName |
String |
Required | The contact's last name. |
phone |
String |
Optional | The contact's phone number. |
email |
String |
Optional | The contact's email address. |
workEmail |
String |
Optional | The contact's work email address. |
account |
String |
Optional | The customer this contact is associated with. |
address |
Address |
Optional | The contact's address. |
customFields |
Map<String, Object> |
Optional | Custom fields used to create a contact. |