Avalara · JSON Structure

Vat Reporting Filing Calendar Entry Structure

FilingCalendarEntry schema from Avalara API

Type: object Properties: 7
Taxes

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

Properties

countryCode returnType filingFrequency periodStart periodEnd dueDate status

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/vat-reporting-filing-calendar-entry-structure.json",
  "description": "FilingCalendarEntry schema from Avalara API",
  "type": "object",
  "properties": {
    "countryCode": {
      "type": "string"
    },
    "returnType": {
      "type": "string"
    },
    "filingFrequency": {
      "type": "string"
    },
    "periodStart": {
      "type": "date"
    },
    "periodEnd": {
      "type": "date"
    },
    "dueDate": {
      "type": "date"
    },
    "status": {
      "type": "string",
      "enum": [
        "Upcoming",
        "Due",
        "Overdue",
        "Filed"
      ]
    }
  },
  "name": "FilingCalendarEntry"
}