Contact Data Models

Represents a person in accounting i.e. customer or vendor

Model IDEvent Data KeyDescription
accounting_contact_infoinfo
accounting_contact_addressesaddresses
accounting_contact_phonesphones
accounting_contact_emailsemails
accounting_contact_usersusersList of persons associated with contact

Contact Info

Model ID: accounting_contact_info

NameTypeDescription
idString
nameString
typeEnumOne of
CUSTOMER,
VENDOR,
NOT_SPECIFIED
createdAtDate
updatedAtDate
statusEnum
accountNumberString
companyString
currencyEnumOne of among Currency Codes (ISO 4217) like-
INR,
USD,
EUR
taxNumberString
urlsList[String]Social profile and website related URLs.

Contact Addresses

Model ID: accounting_contact_addresses

NameTypeDescription
addressesList[Address]Please refer to https://developers.getknit.dev/reference/base-models#address

Contact Phones

Model ID: accounting_contact_phones

NameTypeDescription
phonesList[Phone]Please refer to https://developers.getknit.dev/reference/base-models#phone

Contact Emails

Model ID: accounting_contact_emails

NameTypeDescription
emailsList[Email]Please refer to https://developers.getknit.dev/reference/base-models#email

Contact Users

NameTypeDescription
accounting_contact_usersList[User]Please refer to <https://developers.getknit.dev/reference/base-models#email>