Xero · Schema

RequestEmpty

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Status string Need at least one field to create an empty JSON payload
View JSON Schema on GitHub

JSON Schema

xero-requestempty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RequestEmpty",
  "title": "RequestEmpty",
  "externalDocs": {
    "url": "http://developer.xero.com/documentation/api/invoice/"
  },
  "properties": {
    "Status": {
      "description": "Need at least one field to create an empty JSON payload",
      "type": "string"
    }
  },
  "type": "object"
}