contact
Represents a customer contact element.
XML
Attributes
name |
type |
description |
includeInEmail |
boolean |
Includes this client in emails, typically invoices |
primaryContact |
boolean |
Is this the primary contact |
Elements
name (type) |
min/max occurs |
description |
name (string) |
0/1 |
The contact name |
email (string) |
0/1 |
Email |
telephone (string) |
0/1 |
Telephone number |
role (string) |
0/1 |
The role of this client |
JSON
property |
type |
description |
includeInEmail |
boolean |
Includes this client in emails, typically invoices |
primaryContact |
boolean |
Is this the primary contact |
name |
name (string) |
The contact name |
email |
email (string) |
Email |
telephone |
telephone (string) |
Telephone number |
role |
role (string) |
The role of this client |