Company
| Type | Table | 
|---|---|
| Company | gdata_company | 
Refers to principal details about your company. You are known as our 'partner'. To identify your company details, we use a unique identifier known as a 'partnerId'. This ensures a clear and distinct identification in our system, streamlining interactions and data exchanges. e.g. Grub Foods
| Field Name | Data Type | Description | 
|---|---|---|
| id | varchar(255) | The unique identifier for the company. | 
| createdat | timestamp | The timestamp of when the company was created. | 
| createdby | varchar(255) | The email or identifier of the user who created the company. | 
| modifiedat | timestamp | The timestamp of when the company was last modified. | 
| modifiedby | varchar(255) | The email or identifier of the user who last modified the company. | 
| status | varchar(255) | The current status of the company (e.g., ACTIVE, DELETED). | 
| tags | varchar(255) | Any additional labels or tags associated with the company. | 
| billingcontactemail | varchar(255) | The email of the billing contact for the company. | 
| billingcontactname | varchar(255) | The name of the billing contact for the company. | 
| billinglegalentityname | varchar(255) | The legal entity name used for billing purposes. | 
| billingtradelicenceno | varchar(255) | The trade license number associated with the company for billing purposes. | 
| billingvatid | varchar(255) | The VAT ID used for billing purposes within the company. | 
| cityid | varchar(255) | The identifier for the city where the company is headquartered. | 
| contactaddress | varchar(1000) | The company's contact address. | 
| contactemail | varchar(255) | The main contact email for the company. | 
| contactname | varchar(255) | The name of the primary contact person for the company. | 
| contactphone | varchar(255) | The main contact phone number for the company. | 
| countryid | varchar(255) | The identifier for the country where the company is headquartered. | 
| currencyid | varchar(255) | The identifier for the primary currency used by the company. | 
| description | varchar(2000) | A detailed description of the company. | 
| image | varchar(255) | An image or logo associated with the company. | 
| name | varchar(1000) | The name of the company. | 
| partnerid | varchar(255) | The unique identifier used in the system to refer to the company as a 'partner'. | 
| timezone | varchar(255) | The timezone in which the company operates. | 
Updated 8 months ago