TaxYearReturnResponse
Properties
| Name | Type | Description |
|---|---|---|
| taxYear | string | |
| unavailableParts | array of string | |
| incomeSources | array of TaxReturnIncomeSource | |
| otherIncome | TaxYearOtherIncomeResponse | |
| calculation | TaxCalculation | |
| broughtForwardLosses | array of BroughtForwardLoss | |
| lossClaims | array of LossClaim | |
| liabilityAdjustments | TaxLiabilityAdjustments | |
| supportsLiabilityAdjustments | boolean | |
| declaration | TaxReturnDeclaration | |
| submissions | array of TaxReturnSubmissionResponse |
JSON Example
{
"taxYear": "string",
"unavailableParts": [
"string"
],
"incomeSources": [
{
"businessId": "...",
"typeOfBusiness": "...",
"tradingName": "...",
"isCurrent": "...",
"obligations": "..."
}
],
"otherIncome": {
"taxYear": "string",
"unavailableAreas": [
"..."
],
"ukDividends": "...",
"foreignDividends": "...",
"savingsAccounts": [
"..."
]
},
"calculation": {
"calculationId": "string",
"taxYear": "string",
"calculationType": "string",
"requestedBy": "string",
"requestedTimestamp": "2024-01-01T00:00:00Z"
}
}