The Organisation object

The organisation record with profile and settings.

Attributes

id string
UUID identifier for the organisation. Not prefixed.
name string
Trading name of the organisation.
slug string
URL-safe slug derived from the name. Immutable after creation.
vatNumber string
UK VAT registration number, or null if not registered.
companyNumber string
Companies House number, or null for sole traders.
email string
Primary contact email for the organisation.
phone string
Primary contact phone number.
website string
Organisation website URL.
address string
Nested address object in GET responses: line1, line2, city, region, postalCode, country.
businessType string
Industry classification: it_contractor, construction, consulting, creative, retail, hospitality, healthcare, legal, property, transport, other.
settings string
Operational settings: currency, vatRegistered, vatScheme, vatFlatRatePercent, fiscalYearStart.
invoiceSettings string
Invoice numbering: prefix, nextNumber, defaultTerms, defaultNotes.
quoteSettings string
Quote numbering: prefix, nextNumber, defaultTerms, defaultNotes, validityDays.
createdAt string
ISO 8601 timestamp of organisation creation.
updatedAt string
ISO 8601 timestamp of last modification.