Skip to main content
POST
Update organisation information

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Body

application/json
name
object
required
organisationType
enum<string>
required

Organisation type of the organisation

Available options:
Parent,
Subsidiary,
Independent,
Franchise,
Branch
Example:

"LimitedCompany"

companyRegistrationNumber
string
required

Company Registration Number (CRN), also known as a Companies House number, is a unique identifier assigned to a company when it's registered with Companies House. It's essentially a way to distinguish one company from another and verify its existence

Example:

"12345678"

businessType
enum<string>
required

Business type of the organisation

Available options:
LimitedCompany,
LimitedLiabilityPartnership,
SoleTrader,
Partnership,
Charity,
PublicSector
Example:

"LimitedCompany"

registredOfficeAddress
object
required
correspondenceAddress
object
required
companyContactDetails
object
required
primaryContactDetails
object
required

Response

The organisation information was updated

message
object
content
object
validationIssues
object[]
messageToken
string