HMRC

OpenAPI V2

Retrieve the status of a delivered a CT600 form at HMRC.

post
Authorizations
Header parameters
x-api-versionstringRequired
ApplicationNameanyOptional

Name of the application to integrates with API’s to Semansys.Next.

PartnerNameanyOptional

Contract owner (organization) name that have embedded the API’s.

PartnerIDanyOptional

Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.

CustomerNameanyOptional

Customer (organization) name (ie. accounting firm, intermediary, ....).

CustomerIDanyOptional

Business Identification Number (BIN) of the customer.

ClientNameanyOptional

Client (organization) name of the customer of the accounting firm, intermediary...

ClientIDanyOptional

Business Identification Number (BIN) of the client.

Body
correlationIdstring | nullableOptional
Responses
200
OK
application/json
post
POST /status/hmrc HTTP/1.1
Host: 
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 52

{
  "correlationId": "476D11F21A004A4DBAD35E1830291D0D"
}
{
  "message": "text",
  "acceptedTime": "2025-06-26T09:56:26.843Z"
}

Was this helpful?