Avalara · Schema

CommitResponse

CommitResponse schema from Avalara API

Taxes

Properties

Name Type Description
ok boolean
View JSON Schema on GitHub

JSON Schema

communications-commit-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/communications-commit-response-schema.json",
  "title": "CommitResponse",
  "description": "CommitResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "ok": {
      "type": "boolean"
    }
  }
}