The Organisation object
The organisation record with profile and settings.
Attributes
id stringUUID identifier for the organisation. Not prefixed.
name stringTrading name of the organisation.
slug stringURL-safe slug derived from the name. Immutable after creation.
vatNumber stringUK VAT registration number, or null if not registered.
companyNumber stringCompanies House number, or null for sole traders.
email stringPrimary contact email for the organisation.
phone stringPrimary contact phone number.
website stringOrganisation website URL.
address stringNested address object in GET responses: line1, line2, city, region, postalCode, country.
businessType stringIndustry classification: it_contractor, construction, consulting, creative, retail, hospitality, healthcare, legal, property, transport, other.
settings stringOperational settings: currency, vatRegistered, vatScheme, vatFlatRatePercent, fiscalYearStart.
invoiceSettings stringInvoice numbering: prefix, nextNumber, defaultTerms, defaultNotes.
quoteSettings stringQuote numbering: prefix, nextNumber, defaultTerms, defaultNotes, validityDays.
createdAt stringISO 8601 timestamp of organisation creation.
updatedAt stringISO 8601 timestamp of last modification.