HmrcConnectionStatusDto
The practice's HMRC connection status.
Properties
| Name | Type | Description |
|---|---|---|
| isConnected | boolean | Whether the practice has an active HMRC connection. |
Whether the practice has an active HMRC connection. | ||
| status | string | The connection's lifecycle status (Active, Expired, ...), when one exists. |
The connection's lifecycle status (Active, Expired, ...), when one exists. | ||
| isSandbox | boolean | Whether the connection targets the HMRC sandbox environment. |
Whether the connection targets the HMRC sandbox environment. | ||
| connectedDate | string | When the connection was created. |
When the connection was created. | ||
JSON Example
{
"isConnected": false,
"status": "string",
"isSandbox": false,
"connectedDate": "2024-01-01T00:00:00Z"
}