API Docs / Schemas / AvailableBookkeepingOrganisationDto

AvailableBookkeepingOrganisationDto

An organisation that could be linked to a client, read live from the bookkeeping-health
provider.

Properties

Name Type Description
organisationCodeAndNameDto

JSON Example

{
  "organisation": {
    "code": "string",
    "name": "string"
  }
}