API Docs / Schemas / HmrcConnectionStatusDto

HmrcConnectionStatusDto

The practice's HMRC connection status.

Properties

Name Type Description
isConnectedboolean

Whether the practice has an active HMRC connection.

Whether the practice has an active HMRC connection.

statusstring

The connection's lifecycle status (Active, Expired, ...), when one exists.

The connection's lifecycle status (Active, Expired, ...), when one exists.

isSandboxboolean

Whether the connection targets the HMRC sandbox environment.

Whether the connection targets the HMRC sandbox environment.

connectedDatestring

When the connection was created.

When the connection was created.

JSON Example

{
  "isConnected": false,
  "status": "string",
  "isSandbox": false,
  "connectedDate": "2024-01-01T00:00:00Z"
}

Used By Operations