Avalara · Schema

CommitRequest

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

avalara-commitrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommitRequest",
  "title": "CommitRequest",
  "type": "object",
  "properties": {
    "doc": {
      "type": "string",
      "description": "Document code to commit"
    },
    "cmmt": {
      "type": "boolean",
      "description": "Commit flag (true to commit)"
    }
  }
}