Avalara · JSON Structure

E Invoicing Mandate Structure

Mandate schema from Avalara API

Type: object Properties: 7
Taxes

Mandate 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

mandateId countryCode countryName description supportedDocumentTypes inputFormats workflowId

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-mandate-structure.json",
  "description": "Mandate schema from Avalara API",
  "type": "object",
  "properties": {
    "mandateId": {
      "type": "string"
    },
    "countryCode": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code"
    },
    "countryName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "supportedDocumentTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "inputFormats": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "workflowId": {
      "type": "string"
    }
  },
  "name": "Mandate"
}