Xero · Schema

HistoryRecord

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Details string details
Changes string Name of branding theme
User string has a value of 0
DateUTC string UTC timestamp of creation date of branding theme
View JSON Schema on GitHub

JSON Schema

xero-historyrecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HistoryRecord",
  "title": "HistoryRecord",
  "externalDocs": {
    "url": "https://developer.xero.com/documentation/api/history-and-notes"
  },
  "properties": {
    "Details": {
      "description": "details",
      "type": "string"
    },
    "Changes": {
      "description": "Name of branding theme",
      "type": "string"
    },
    "User": {
      "description": "has a value of 0",
      "type": "string"
    },
    "DateUTC": {
      "description": "UTC timestamp of creation date of branding theme",
      "type": "string",
      "x-is-msdate-time": true,
      "example": "/Date(1573755038314)/",
      "readOnly": true
    }
  },
  "type": "object"
}