Guides
Home

Customers

A person or a firm that buys goods and services in association with the business is known as the customer.

The data of customers are linked to account receivable and invoices.

Data Model

Model

FieldTypeDescription
idstringIdentifier for the contact in the accounting platform.
namestringThe name of a customer, mentioned in the accounting system. Mostly is the name of the company.
emailstringContact Id of the customer.
descriptionstringDefining the features of products/services.
isCustomerbooleanDefines that contact person/organization is a “customer” which will be “true”.
platformAccountIdbooleanIdentifier for the person/business which is unique for the business in the accounting platform.
isVendorbooleanDefines that contact person/organization is a “Vendor”, would be “false”.
isEmployeebooleanDefines that the contact person is an “employee “,would be “false”.
addressesaddress[]Array of Address is mentioned below.
phoneNumbersphoneNumber[]Array of Phone Number objects. See model below.
acitvebooleanThe status of the live customer will be “true” and an inactive customer’s status will be “false“.