AvailableBookkeepingOrganisationDto
An organisation that could be linked to a client, read live from the bookkeeping-health
provider.
Properties
| Name | Type | Description |
|---|---|---|
| organisation | CodeAndNameDto |
JSON Example
{
"organisation": {
"code": "string",
"name": "string"
}
}