ClientBooksLinkDto
The organisation a client's record is bound to in that client's own accounting software, and
the connection the practice reaches it through.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The link's own code. |
The link's own code. | ||
| organisation | CodeAndNameDto | |
| connection | CodeAndNameDto | |
| platform | string | The accounting platform (e.g. "Xero", "QuickBooks"). |
The accounting platform (e.g. "Xero", "QuickBooks"). | ||
| connectionStatus | enum | NotInitiated Initialising Active Expired Revoked Error |
NotInitiated Initialising Active Expired Revoked Error | ||
| createdDate | string | When the client was linked to this organisation. |
When the client was linked to this organisation. | ||
| externalUrl | string | A link straight into this organisation's own dashboard on its platform, where the platform |
A link straight into this organisation's own dashboard on its platform, where the platform | ||
JSON Example
{
"code": "string",
"organisation": {
"code": "string",
"name": "string"
},
"connection": {
"code": "string",
"name": "string"
},
"platform": "string",
"connectionStatus": "NotInitiated"
}