The Contacts Data Model simplifies the handling and retrieval of contact-related information across various accounting platforms.

  • Unified contact properties: The model unifies essential contact details, such as name, contact person, currency, and tax number, enabling easier access and management of contact data from different platforms.
  • Comprehensive contact information: Contacts can include associated data like contact persons, phone numbers, addresses, and external links for a more detailed representation of each contact.
  • Status tracking: The model supports tracking the status of each contact, with values like ACTIVE, ARCHIVED, and UNKNOWN, facilitating better organisation and reporting.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the contact
namestringName of the customer on the accounting platform
contact_namestringName of the contact person for the contact
contact_typeenumThe type of customer. Values are either CUSTOMER or VENDOR
currencystringThe ISO-4217 currency code
tax_numberstringContact’s tax number
registration_numberstringContact’s identifying number
statusenumThe status of the customer. Values are: ACTIVE, ARCHIVED, UNKNOWN
contact_personsContact PersonList of contacts stored for the contact.
external_linksExternal LinkThe external links associated with the contact
phone_numbersPhone NumberThe phone numbers associated with the contact
addressesAddressThe addresses associated with the contact
updated_atdateThe last ISO 8601 timestamp at which the data was updated