api_relations
Description
The api_relations table exposes relation entities from Simplicate, which represent customers, contacts, and other
business relationships. Internal relations are excluded from this table.
Fields
| Field Name | Type | Description |
|---|---|---|
relation_id | Integer | Unique identifier for the business relation |
account_manager_id | Integer | Identifier of the account manager (employee) for this relation |
customer_group_organization_id | Integer | Identifier of the customer group organization |
relation | String | Name of the company or organization |
relation_number | String | Human-readable relation number or customer code |
relation_type | String | Type of business relation (e.g., customer, prospect, supplier) |
relation_industry | String | Industry sector or business category of the relation |
customer_group | String | Name of the customer group this relation belongs to |
is_active | Numeric | Indicator whether the relation is active (1=active, 0=inactive) |
Related Tables
api_projects- Projects viarelation_idapi_invoices- Invoices viarelation_idapi_invoicelines- Invoice lines viarelation_idapi_employees- Account manager viaaccount_manager_idapi_relation_custom_fields- Custom fields viarelation_id