CisReturn

Name / Description Type / Format Example
contractor
Used to represent details of a CIS SubContractor when communicating with the HMRC Gateway
CisContractor {CisContractor}
subcontractor CisSubContractor[] {CisSubContractor}
nilReturn string "string"
declarations Cis300Declarations {Cis300Declarations}
{
  "contractor": {
    "utr": "string",
    "aOref": "string"
  },
  "subcontractor": [
    {
      "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"
    }
  ],
  "nilReturn": "string",
  "declarations": {
    "employmentStatus": "string",
    "verification": "string",
    "informationCorrect": "string",
    "inactivity": "string"
  }
}
Contained in Models
Cis300
Consumed by Operations

- none -

Returned by Operations

- none -