Avalara · Schema

CommitRequest

CommitRequest schema from Avalara API

Taxes

Properties

Name Type Description
doc string Document code to commit
cmmt boolean Commit flag (true to commit)
View JSON Schema on GitHub

JSON Schema

communications-commit-request-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-request-schema.json",
  "title": "CommitRequest",
  "description": "CommitRequest schema from Avalara API",
  "type": "object",
  "properties": {
    "doc": {
      "type": "string",
      "description": "Document code to commit"
    },
    "cmmt": {
      "type": "boolean",
      "description": "Commit flag (true to commit)"
    }
  }
}