CisVerificationDetails

Name / Description Type / Format Example
manuallyEntered boolean true
matchInsteadOfVerify boolean true
number string "string"
date string date "2024-03-19"
taxStatus string "Gross" "NetOfStandardDeduction" "NetOfHigherDeduction"
verificationRequest
If a Verification request has been made for this employee then this will show its ID
string uuid "string"
verificationResponse CisSubContractor {CisSubContractor}
{
  "manuallyEntered": true,
  "matchInsteadOfVerify": true,
  "number": "string",
  "date": "2024-03-19",
  "taxStatus": "Gross",
  "verificationRequest": "string",
  "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"
  }
}
Contained in Models
CisDetails
Consumed by Operations

- none -

Returned by Operations

- none -