ClientBookkeepingLinkDto
The organisation a client's record is bound to at the practice's bookkeeping-health provider,
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 bookkeeping-health platform (e.g. "XenonConnect"). |
The bookkeeping-health platform (e.g. "XenonConnect"). | ||
| 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 the organisation's page on the provider's own site, or null when the |
A link straight into the organisation's page on the provider's own site, or null when the | ||
JSON Example
{
"code": "string",
"organisation": {
"code": "string",
"name": "string"
},
"connection": {
"code": "string",
"name": "string"
},
"platform": "string",
"connectionStatus": "NotInitiated"
}