Anrok · Schema

CreateOrUpdateTransactionSuccess

Sales TaxVATTax ComplianceSaaSFintechTax AutomationNexusE-Invoicing
View JSON Schema on GitHub

JSON Schema

create-or-update-transaction-success.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/create-or-update-transaction-success.json",
  "title": "CreateOrUpdateTransactionSuccess",
  "allOf": [
    {
      "type": "object",
      "properties": {
        "version": {
          "description": "The transaction version",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    {
      "$ref": "#/components/schemas/CreateEphemeralTransactionSuccess"
    }
  ]
}