UpdateCompanyInput
Partial company information for updating existing company records with validation
input UpdateCompanyInput {
name: String
taxNumber: String
cocNumber: String
debtorId: String
email: String
phone: String
notes: String
attributes: [AttributeBulkCreateInput!]
addresses: [AddressBulkItemInput!]
sources: [SourceUpsertInput!]
}
Fields
UpdateCompanyInput.name ● String scalar
Official company name for business identification, legal purposes, and customer communication
UpdateCompanyInput.taxNumber ● String scalar
Company tax identification number for legal compliance, billing, and financial reporting
UpdateCompanyInput.cocNumber ● String scalar
Chamber of Commerce registration number for business verification and legal compliance
UpdateCompanyInput.debtorId ● String scalar
External debtor system identifier for financial integration, billing, and payment processing
UpdateCompanyInput.email ● String scalar
Primary business email address for company communication and notifications
UpdateCompanyInput.phone ● String scalar
Primary business phone number for company communication and contact purposes
UpdateCompanyInput.notes ● String scalar
Additional notes and comments about the company for internal reference and business operations
UpdateCompanyInput.attributes ● [AttributeBulkCreateInput!] list input
Custom attributes and metadata for extended company information and categorization
UpdateCompanyInput.addresses ● [AddressBulkItemInput!] list input
Physical addresses associated with the company for business operations
UpdateCompanyInput.sources ● [SourceUpsertInput!] list input
Member Of
companyUpdate mutation