Avalara · JSON Structure

Communications Commit Response Structure

CommitResponse schema from Avalara API

Type: object Properties: 1
Taxes

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

Properties

ok

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/communications-commit-response-structure.json",
  "description": "CommitResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean"
    }
  },
  "name": "CommitResponse"
}