Xero · Schema

ContactResponse

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
contactId string Xero Identifier of contact
contactName string Full name of contact/organisation
View JSON Schema on GitHub

JSON Schema

xero-contactresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContactResponse",
  "title": "ContactResponse",
  "type": "object",
  "properties": {
    "contactId": {
      "type": "string",
      "description": "Xero Identifier of contact",
      "format": "uuid"
    },
    "contactName": {
      "type": "string",
      "description": "Full name of contact/organisation"
    }
  },
  "additionalProperties": false
}