Avalara · JSON Structure

Mylodgetax Filing Obligation Structure

FilingObligation schema from Avalara API

Type: object Properties: 6
Taxes

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

Properties

jurisdiction taxType filingFrequency nextDueDate registrationRequired registrationUrl

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/mylodgetax-filing-obligation-structure.json",
  "description": "FilingObligation schema from Avalara API",
  "type": "object",
  "properties": {
    "jurisdiction": {
      "type": "string"
    },
    "taxType": {
      "type": "string"
    },
    "filingFrequency": {
      "type": "string",
      "enum": [
        "Monthly",
        "Quarterly",
        "Annual"
      ]
    },
    "nextDueDate": {
      "type": "date"
    },
    "registrationRequired": {
      "type": "boolean"
    },
    "registrationUrl": {
      "type": "string"
    }
  },
  "name": "FilingObligation"
}