---
title: "Retrieves the CIS settings for the Xero organistaion."
method: GET
path: "/Organisation/{OrganisationID}/CISSettings"
tags: ["Accounting"]
---

# Retrieves the CIS settings for the Xero organistaion.

`GET /Organisation/{OrganisationID}/CISSettings`

## Path parameters

- `OrganisationID` string, uuid, required

## Response `200`

Success - return response of type Organisation array with specified Organisation

- CISOrgSettings
  - `CISSettings` CISOrgSetting[]
    - `CISContractorEnabled` boolean — true or false - Boolean that describes if the organisation is a CIS Contractor
    - `CISSubContractorEnabled` boolean — true or false - Boolean that describes if the organisation is a CIS SubContractor
    - `Rate` number, double — CIS Deduction rate for the organisation

---

[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)
