API Docs / Schemas / AvailableBooksOrganisationDto

AvailableBooksOrganisationDto

An organisation that could be linked to a client, read live from the accounting platform.

Properties

Name Type Description
organisationCodeAndNameDto
connectionCodeAndNameDto
platformstring

The accounting platform the organisation lives on.

The accounting platform the organisation lives on.

JSON Example

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