API Docs / Schemas / UkPropertyBsas

UkPropertyBsas

Properties

Name Type Description
metadataBsasMetadata
inputsBsasInputs
adjustableSummaryCalculationUkPropertyBsasCalculation
adjustmentsUkPropertyBsasAdjustments
adjustedSummaryCalculationUkPropertyBsasCalculation

JSON Example

{
  "metadata": {
    "calculationId": "string",
    "requestedDateTime": "2024-01-01T00:00:00Z",
    "adjustedDateTime": "2024-01-01T00:00:00Z",
    "taxYear": "string",
    "summaryStatus": "..."
  },
  "inputs": {
    "businessId": "string",
    "typeOfBusiness": "string",
    "businessName": "string",
    "accountingPeriodStartDate": "2024-01-01",
    "accountingPeriodEndDate": "2024-01-01"
  },
  "adjustableSummaryCalculation": {
    "totalIncome": 0,
    "income": "...",
    "totalExpenses": 0,
    "expenses": "...",
    "netProfit": 0
  },
  "adjustments": {
    "income": "...",
    "expenses": "...",
    "zeroAdjustments": false
  },
  "adjustedSummaryCalculation": {
    "totalIncome": 0,
    "income": "...",
    "totalExpenses": 0,
    "expenses": "...",
    "netProfit": 0
  }
}

Contained in Schemas