AdvancedVarianceReportReportResponse

Used to encapsulate a response for any of the reports.
See the Introduction Guide for Reports for more details

Name / Description Type / Format Example
verification Contract.CisVerificationDetailsResponse {Contract.CisVerificationDetailsResponse}
type string "SoleTrader" "Partnership" "Company" "Trust"
utr string "string"
tradingName string "string"
companyUtr string "string"
companyNumber string "string"
vatRegistered boolean true
vatNumber string "string"
vatRate number double 0.0
reverseChargeVAT boolean true
{
  "verification": {
    "verificationRequest": "string",
    "manuallyEntered": true,
    "matchInsteadOfVerify": true,
    "number": "string",
    "date": "2025-08-29",
    "taxStatus": "Gross",
    "verificationResponse": {
      "employeeUniqueId": "string",
      "emailStatementTo": "string",
      "numberOfPayments": 0,
      "item": {
        "id": "string",
        "name": "string",
        "metadata": {},
        "url": "string"
      },
      "displayName": "string",
      "action": "string",
      "type": "string",
      "name": {
        "ttl": "string",
        "fore": [
          "string"
        ],
        "initials": "string",
        "sur": "string"
      },
      "tradingName": "string",
      "worksRef": "string",
      "unmatchedRate": "string",
      "utr": "string",
      "crn": "string",
      "nino": "string",
      "partnership": {
        "name": "string",
        "utr": "string"
      },
      "address": {
        "line": [
          "string"
        ],
        "postcode": "string",
        "postCode": "string",
        "ukPostcode": "string",
        "country": "string",
        "foreignCountry": "string"
      },
      "telephone": "string",
      "totalPaymentsUnrounded": "string",
      "costOfMaterialsUnrounded": "string",
      "umbrellaFee": "string",
      "validationMsg": "string",
      "verificationNumber": "string",
      "totalPayments": "string",
      "costOfMaterials": "string",
      "totalDeducted": "string",
      "matched": "string",
      "taxTreatment": "string",
      "netPayment": "string"
    }
  },
  "type": "SoleTrader",
  "utr": "string",
  "tradingName": "string",
  "companyUtr": "string",
  "companyNumber": "string",
  "vatRegistered": true,
  "vatNumber": "string",
  "vatRate": 0.0,
  "reverseChargeVAT": true
}
Consumed by Operations

- none -

Returned by Operations

- none -