Avalara · JSON Structure

E Invoicing Interop Document Request Structure

InteropDocumentRequest schema from Avalara API

Type: object Properties: 4 Required: 3
Taxes

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

Properties

dataFormat data recipientIdentifier recipientIdentifierScheme

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-interop-document-request-structure.json",
  "description": "InteropDocumentRequest schema from Avalara API",
  "type": "object",
  "required": [
    "dataFormat",
    "data",
    "recipientIdentifier"
  ],
  "properties": {
    "dataFormat": {
      "type": "string"
    },
    "data": {
      "type": "string"
    },
    "recipientIdentifier": {
      "type": "string",
      "description": "Recipient identifier on the interop network"
    },
    "recipientIdentifierScheme": {
      "type": "string",
      "description": "Identifier scheme (e.g., peppol)"
    }
  },
  "name": "InteropDocumentRequest"
}