Contract.CisDetailsRequest

Name / Description Type / Format Example
verification Contract.CisVerificationDetailsRequest {Contract.CisVerificationDetailsRequest}
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": {
    "manuallyEntered": true,
    "matchInsteadOfVerify": true,
    "number": "string",
    "date": "2024-04-27",
    "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
}
Contained in Models
Contract.EmploymentDetailsRequest
Consumed by Operations

- none -

Returned by Operations

- none -