AvailableBooksOrganisationDto
An organisation that could be linked to a client, read live from the accounting platform.
Properties
| Name | Type | Description |
|---|---|---|
| organisation | CodeAndNameDto | |
| connection | CodeAndNameDto | |
| platform | string | 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"
}