Skip to main content

CompanyFieldName

No description

enum CompanyFieldName {
COMPANY_ID
NAME
TAX_NUMBER
COC_NUMBER
DEBTOR_ID
PHONE
EMAIL
NOTES
DEPARTMENT
OFFICE
INHERIT_PRODUCT_LIST
INHERIT_ORDER_LIST
BUDGET
BUDGET_INHERIT
HIDDEN
PATH
SLUG
TAG
SOURCE_NAME
SOURCE_ID
LANGUAGE
}

Values

CompanyFieldName.COMPANY_ID

[Optional][String] Unique internal identifier for the company used for system operations and data relationships

CompanyFieldName.NAME

[Optional][String] Official company name for business identification, legal purposes, and customer communication

CompanyFieldName.TAX_NUMBER

[Optional][String] Company tax identification number for legal compliance, billing, and financial reporting

CompanyFieldName.COC_NUMBER

[Optional][String] Chamber of Commerce registration number for business verification and legal compliance

CompanyFieldName.DEBTOR_ID

[Optional][String] External debtor system identifier for financial integration, billing, and payment processing

CompanyFieldName.PHONE

[Optional][String] Primary business phone number for company communication and contact purposes

CompanyFieldName.EMAIL

[Optional][String] Primary business email address for company communication and notifications

CompanyFieldName.NOTES

[Optional][String] Additional notes and comments about the company for internal reference and business operations

CompanyFieldName.DEPARTMENT

[Optional][String] Organizational department within the company structure

CompanyFieldName.OFFICE

[Optional][String] Physical office location or branch identifier within the company

CompanyFieldName.INHERIT_PRODUCT_LIST

[Optional][String] Configuration setting for automatic product list inheritance from parent company. Deprecated.

CompanyFieldName.INHERIT_ORDER_LIST

[Optional][String] Configuration setting for automatic order list inheritance from parent company. Deprecated.

CompanyFieldName.BUDGET

[Optional][String] Budget configuration setting for financial control and spending limits. Deprecated.

CompanyFieldName.BUDGET_INHERIT

[Optional][String] Configuration setting for automatic budget inheritance from parent company. Deprecated.

CompanyFieldName.HIDDEN

[Optional][String] Visibility setting determining whether the company is hidden from public interfaces

CompanyFieldName.PATH

[Optional][String] Hierarchical path representing the company's position in the organizational structure. Deprecated.

CompanyFieldName.SLUG

[Optional][String] URL-friendly identifier for company web presence and public-facing interfaces. Deprecated.

CompanyFieldName.TAG

[Optional][String] Categorization tag for company classification and filtering purposes

CompanyFieldName.SOURCE_NAME

[Optional][String] External system source name for integration and data traceability, use either COMPANY_ID or a combination of SOURCE_NAME and SOURCE_ID

CompanyFieldName.SOURCE_ID

[Optional][String] External system source identifier for integration and data synchronization, use either COMPANY_ID or a combination of SOURCE_NAME and SOURCE_ID

CompanyFieldName.LANGUAGE

[Optional][String] Default system language preference for localized communication and documentation, only required when using combination of SOURCE_NAME and SOURCE_ID

Member Of

CompanyCsvMapping input