---
title: "Retrieves CIS settings for a specific contact in a Xero organisation"
method: GET
path: "/Contacts/{ContactID}/CISSettings"
tags: ["Accounting"]
---

# Retrieves CIS settings for a specific contact in a Xero organisation

`GET /Contacts/{ContactID}/CISSettings`

## Path parameters

- `ContactID` string, uuid, required

## Response `200`

Success - return response of type CISSettings for a specific Contact

- CISSettings
  - `CISSettings` CISSetting[]
    - `CISEnabled` boolean — Boolean that describes if the contact is a CIS Subcontractor
    - `Rate` number, double — CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/5cf7f780d3c8/schema)
