API Docs / Schemas / MtdBusinessDetailsDto

MtdBusinessDetailsDto

One MTD income source in detail, with its accounting periods and quarterly reporting choice.

Properties

Name Type Description
clientCodestring

The Sodium client the income source belongs to, stamped by the API on the way out.

The Sodium client the income source belongs to, stamped by the API on the way out.

businessIdstring

HMRC's identifier for the income source.

HMRC's identifier for the income source.

typeOfBusinessstring

HMRC's income source type: self-employment, uk-property or foreign-property.

HMRC's income source type: self-employment, uk-property or foreign-property.

tradingNamestring

The trading name, where HMRC hold one.

The trading name, where HMRC hold one.

commencementDatestring

The date the business commenced trading, where HMRC hold one.

The date the business commenced trading, where HMRC hold one.

cessationDatestring

The date the business ceased trading, if it has.

The date the business ceased trading, if it has.

accountingPeriodsarray of AccountingPeriodResponseDto

The accounting periods HMRC hold for the business.

The accounting periods HMRC hold for the business.

quarterlyPeriodTypestring

Standard or calendar quarterly periods, where a choice was actively made. HMRC only return
one when the client elected it, so null means standard quarters by default rather than
"unknown".

Standard or calendar quarterly periods, where a choice was actively made. HMRC only return
one when the client elected it, so null means standard quarters by default rather than
"unknown".

quarterlyPeriodTypeTaxYearstring

The tax year the quarterly period choice was made for, where held.

The tax year the quarterly period choice was made for, where held.

JSON Example

{
  "clientCode": "string",
  "businessId": "string",
  "typeOfBusiness": "string",
  "tradingName": "string",
  "commencementDate": "2024-01-01"
}

Used By Operations