Avalara · JSON Structure

E Invoicing Document Event Structure

DocumentEvent schema from Avalara API

Type: object Properties: 3
Taxes

DocumentEvent is a JSON Structure definition published by Avalara, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

eventDate eventType message

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/e-invoicing-document-event-structure.json",
  "description": "DocumentEvent schema from Avalara API",
  "type": "object",
  "properties": {
    "eventDate": {
      "type": "datetime"
    },
    "eventType": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  },
  "name": "DocumentEvent"
}