Guides
Home

Vendors

In FinTech Automation, a vendor is referred to as any entity which is associated with the business in form of vendors/suppliers.

You can find vendor’ endpoints here.

Data Model

Model

FieldTypeDescription
idstringIdentifier for the contact in the accounting platform.
namestringThe name of a contact, mentioned in the accounting system. Mostly is the name of the company.
emailstringEmail address of the contact.
isCustomerbooleanDefines that contact person/organization is a “customer”, would be “false”.
isSupplierbooleanDefines that contact person/organization is a “supplier”, would be “true”.
isEmployeebooleanDefines that contact person is an “employee“, would be “false”.
addressesaddress[]Array of Address objects is mentioned below.
phoneNumbersphoneNumber[]Array of Phone Number objects is mentioned below.
activebooleanThe status of the live supplier will be “true” and an inactive supplier's status will be “false“.