API Docs / Schemas / MtdAdjustableSummaryDetailDto

MtdAdjustableSummaryDetailDto

One retrieved adjustable summary in full: the figures as submitted, the adjustments made to
them, and the adjusted result. Only one of the two payloads is populated, matching the income
source type.

Properties

Name Type Description
clientCodestring

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

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

calculationIdstring

HMRC's identifier for the summary.

HMRC's identifier for the summary.

incomeSourceTypeenum

Unknown SelfEmployment UkProperty ForeignProperty

Unknown SelfEmployment UkProperty ForeignProperty

isHeldboolean

Whether HMRC hold a summary under this id at all.

Whether HMRC hold a summary under this id at all.

selfEmploymentSelfEmploymentBsas
ukPropertyUkPropertyBsas
foreignPropertyForeignPropertyBsas
lastActionMtdSubmissionStampDto

JSON Example

{
  "clientCode": "string",
  "calculationId": "string",
  "incomeSourceType": "Unknown",
  "isHeld": false,
  "selfEmployment": {
    "metadata": "...",
    "inputs": "...",
    "adjustableSummaryCalculation": "...",
    "adjustments": "...",
    "adjustedSummaryCalculation": "..."
  }
}

Used By Operations