Vendors
Vendor is a person or organization that provides a product or service.
Data Model
| Field | Type | Description | Example data |
|---|---|---|---|
| id | string | Unique Identifier for each vendor. | 56897 |
| metaId | string | Id of this vendor in its origin data source (when it comes from an integration). | ven_KJX33C2 |
| name | string | Vendor's name. | John |
| contactName | string | Vendor's contact name. | Muhamed |
string | Vendor's email address. | [email protected] | |
| phone | string | Vendor's phone number. | 20212345678 |
| city | string | Vendor's city. | Cairo |
| customerId | string | Vendor's customer id. | 2722 |
| metaCountryId | string | Id of this country in its origin data source (when it comes from an integration) | EGY |
| postalCode | string | Vendor's postal code. | 11765 |
| status | string | Vendor's status.(Options: active, inactive, unknown). | active |
| dataSourceId | string | Id of the data source (Manual Calqulate, or integrations). | 4779 |
| orgId | string | Organization Id in which this vendor belongs. | 718987154 |
| createdAt | string | Date of creation of this entry in Calqulate's Database. | 022-02-02T14:13:53.644Z |
| updatedAt | string | Date of last update done on this entry in Calqulate's Database. | 022-02-02T14:13:53.644Z |
| deletedAt | string | Date of deletion of this entry from Calqulate's Database. | 022-02-02T14:13:53.644Z |
Updated over 3 years ago
