Skip to main content

CompanyFieldName

No description

enum CompanyFieldName {
COMPANY_ID
NAME
LANGUAGE
USERGROUP_ID
TAX_NUMBER
COC_NUMBER
DEBTOR_ID
DEPARTMENT
OFFICE
NOTES
SOURCE_NAME
SOURCE_ID
USERGROUP_SOURCE_NAME
USERGROUP_SOURCE_ID
USERGROUP_LANGUAGE
}

Values

CompanyFieldName.COMPANY_ID

[Optional][Integer] Unique identifier for the company record.

Primary key used to reference this company throughout the system for user management, order processing, and business relationships., use either COMPANY_ID or a combination of SOURCE_NAME and SOURCE_ID

CompanyFieldName.NAME

[Optional][String] Official company name for business identification.

Legal or trading name of the company used in contracts, invoices, and official communications. This name appears on all business documents and customer-facing materials.

CompanyFieldName.LANGUAGE

[Optional][String] Company default language setting.

ISO 639-1 language code that determines the default language of the company entity., only required when using combination of SOURCE_NAME and SOURCE_ID

CompanyFieldName.USERGROUP_ID

[Optional][Integer] Parent usergroup identifier for organizational hierarchy.

References the usergroup that contains this company, establishing the organizational structure and inheritance of permissions and settings.

CompanyFieldName.TAX_NUMBER

[Optional][String] Company tax identification number for financial compliance.

Official tax registration number used for tax calculations, invoicing, and compliance with local tax regulations. Required for B2B transactions in many jurisdictions.

CompanyFieldName.COC_NUMBER

[Optional][String] Chamber of Commerce registration number for business verification.

Official business registration number used for company verification, legal compliance, and business relationship validation. Varies by country and jurisdiction.

CompanyFieldName.DEBTOR_ID

[Optional][String] Financial identifier for accounting and billing systems.

Unique identifier used in financial systems for invoicing, payment tracking, and accounting operations. Links the company to financial records and payment history.

CompanyFieldName.DEPARTMENT

[Optional][String] Specific department or division within the company.

Organizational unit designation used for internal organization, order routing, and specialized business processes. Helps manage large organizations with multiple divisions.

CompanyFieldName.OFFICE

[Optional][String] Physical office or location identifier.

Specific office, branch, or location designation used for delivery, communication, and organizational purposes. Useful for companies with multiple physical locations.

CompanyFieldName.NOTES

[Optional][String] Internal notes and additional company information.

Free-form text for storing internal comments, special instructions, or additional information about the company.

CompanyFieldName.SOURCE_NAME

[Optional][String] Data source system name for integration tracking.

Name of the external system or integration that provided this company data, used for data lineage tracking and synchronization management., use either COMPANY_ID or a combination of SOURCE_NAME and SOURCE_ID

CompanyFieldName.SOURCE_ID

[Optional][String] Data source system identifier for integration management.

Unique identifier from the source system that provided this company data, used for data synchronization and maintaining relationships with external systems., use either COMPANY_ID or a combination of SOURCE_NAME and SOURCE_ID

CompanyFieldName.USERGROUP_SOURCE_NAME

[Optional][String] Parent usergroup data source system name.

Name of the system that provided the parent usergroup information, used for tracking data lineage and managing organizational hierarchy synchronization., only required when using combination SOURCE_NAME and SOURCE_ID, use either USERGROUP_ID or a combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID

CompanyFieldName.USERGROUP_SOURCE_ID

[Optional][String] Parent usergroup data source identifier.

Unique identifier from the source system for the parent usergroup, used for maintaining organizational hierarchy and data synchronization across systems., only required when using combination SOURCE_NAME and SOURCE_ID, use either USERGROUP_ID or a combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID

CompanyFieldName.USERGROUP_LANGUAGE

[Optional][String] Parent usergroup default language setting.

ISO 639-1 language code that determines the default language of the parent usergroup entity., only required when using combination of USERGROUP_SOURCE_NAME and USERGROUP_SOURCE_ID]

Member Of

CompanyCsvMapping input