Anrok · Schema

CreateTransactionCannotUpdate

Error updating transaction

Sales TaxVATTax ComplianceSaaSFintechTax AutomationNexusE-Invoicing

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

create-transaction-cannot-update.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/create-transaction-cannot-update.json",
  "title": "CreateTransactionCannotUpdate",
  "type": "object",
  "description": "Error updating transaction",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "transactionFrozenForFiling"
      ]
    }
  }
}