Xero · Example Payload

Xero Getcontactcissettings Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getcontactcissettings Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getContactCISSettings",
  "method": "GET",
  "path": "/Contacts/{ContactID}/CISSettings",
  "summary": "Retrieves CIS settings for a specific contact in a Xero organisation",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "CISSetting": [
          {
            "CISContractorEnabled": true,
            "CISSubContractorEnabled": true,
            "Rate": 100
          }
        ]
      }
    }
  ]
}