Avalara · Schema

CommitTransactionModel

CommitTransactionModel schema from Avalara API

Taxes

Properties

Name Type Description
commit boolean Set to true to commit the transaction
View JSON Schema on GitHub

JSON Schema

avatax-rest-commit-transaction-model-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/avatax-rest-commit-transaction-model-schema.json",
  "title": "CommitTransactionModel",
  "description": "CommitTransactionModel schema from Avalara API",
  "type": "object",
  "required": [
    "commit"
  ],
  "properties": {
    "commit": {
      "type": "boolean",
      "description": "Set to true to commit the transaction"
    }
  }
}