API Docs / Schemas / HmrcInvitationDetailsDto

HmrcInvitationDetailsDto

Details of an HMRC digital authorisation invitation

Properties

Name Type Description
statusenum

Pending Accepted Rejected Expired Cancelled Deauthorised PartialAuth LetterRequested

Pending Accepted Rejected Expired Cancelled Deauthorised PartialAuth LetterRequested

clientActionUrlstring

The URL the client clicks to approve the authorisation on Government Gateway.

The URL the client clicks to approve the authorisation on Government Gateway.

dateRequestedstring

When the HMRC invitation was created.

When the HMRC invitation was created.

expiresOnstring

When the HMRC invitation expires.

When the HMRC invitation expires.

codeEntryEmailSentDatestring

When the client was emailed the link for entering the code HMRC posted to them (letter-based
requests only). Null when they have not been invited to enter it themselves.

When the client was emailed the link for entering the code HMRC posted to them (letter-based
requests only). Null when they have not been invited to enter it themselves.

JSON Example

{
  "status": "Pending",
  "clientActionUrl": "string",
  "dateRequested": "2024-01-01T00:00:00Z",
  "expiresOn": "2024-01-01T00:00:00Z",
  "codeEntryEmailSentDate": "2024-01-01T00:00:00Z"
}

Contained in Schemas