| Name | Description | Type | Additional information |
|---|---|---|---|
| ImportRowNumber |
This indicates that the import record is associated with this customer. It is only used when importing customers. |
integer |
None. |
| CustomerNumber |
The unique string identifier of the customer. |
string |
None. |
| CustomerFirstName |
The customer's first name. |
string |
None. |
| CustomerLastName |
The customer's last name. |
string |
None. |
| CustomerEmail |
The customer's email. |
string |
None. |
| CustomerDepartment |
The customer's department. |
string |
None. |
| CustomerCompanyName |
The company the customer works for. |
string |
None. |
| CustomerContactEmail |
The customer's contact email. |
string |
None. |
| CustomerWebsite |
The customer's website. |
string |
None. |
| CustomerContactFirstName |
The first name of the customer's contact. |
string |
None. |
| CustomerContactLastName |
The last name of the customer's contact. |
string |
None. |
| Addresses |
Read Only. The addresses associated with the customer. Please use the address public api to create and edit addresses. |
Collection of AddressInfo |
None. |
| CustomerContactCellNumber |
The cell phone number of the customer's contact. |
string |
None. |
| CustomerBusinessPhoneNumber |
The customer's business phone number. |
string |
None. |
| CustomerContactPhoneNumber |
The phone number of the customer's contact. |
string |
None. |
| CustomerBusinessFaxNumber |
The customer's business fax number. |
string |
None. |
| CustomerContactFaxNumber |
The fax number of the customer's contact. |
string |
None. |
| CustomerContactCell |
Read Only. |
PhoneInfo |
None. |
| CustomerBusinessPhone |
Read Only. |
PhoneInfo |
None. |
| CustomerContactPhone |
Read Only. |
PhoneInfo |
None. |
| CustomerBusinessFax |
Read Only. |
PhoneInfo |
None. |
| CustomerContactFax |
Read Only. |
PhoneInfo |
None. |
| CustomerNote |
Indicates new customer notes. |
string |
None. |
| CustomerNotes |
Read Only. Indicates existing notes for the customer. |
Collection of NoteInfo |
None. |
| CustomFields |
This is the custom fields associated with the customer. |
Collection of DcfValueInfo |
None. |
| HasAttachment |
This will be true if there is an attachment. |
boolean |
None. |
| CustomerName |
Internal. A concatenation of the first and last name. |
string |
None. |
| IsAutogeneratedCustomerNumber |
This is used to automatically generate a customer number when creating a new customer. |
boolean |
None. |
| AttachmentsToAdd |
Not Used. This is used to add attachments (or attach files). |
Collection of string |
None. |
| AttachmentsToDelete |
Not Used. This is used to delete attachments from the customer details. |
Collection of string |
None. |
| AttachmentNames |
Not Used. This is the list of attachments associated with the customer. |
Collection of Pair of string [key] and string [value] |
None. |