Skip to main content

CreateCompanyInput

Company creation data with validation and business rules

input CreateCompanyInput {
name: String
taxNumber: String
cocNumber: String
debtorId: String
email: String
phone: String
notes: String
attributes: [AttributeBulkCreateInput!]
addresses: [AddressBulkItemInput!]
sources: [SourceInput!]
}

Fields

CreateCompanyInput.name ● String scalar

Official company name for business identification, legal purposes, and customer communication

CreateCompanyInput.taxNumber ● String scalar

Company tax identification number for legal compliance, billing, and financial reporting

CreateCompanyInput.cocNumber ● String scalar

Chamber of Commerce registration number for business verification and legal compliance

CreateCompanyInput.debtorId ● String scalar

External debtor system identifier for financial integration, billing, and payment processing

CreateCompanyInput.email ● String scalar

Primary business email address for company communication and notifications

CreateCompanyInput.phone ● String scalar

Primary business phone number for company communication and contact purposes

CreateCompanyInput.notes ● String scalar

Additional notes and comments about the company for internal reference and business operations

CreateCompanyInput.attributes ● [AttributeBulkCreateInput!] list input

Custom attributes and metadata for extended company information and categorization

CreateCompanyInput.addresses ● [AddressBulkItemInput!] list input

Physical addresses associated with the company for business operations

CreateCompanyInput.sources ● [SourceInput!] list input

Member Of

companyCreate mutation