Anrok · Schema

CreateTransactionCannotComputeTaxAmount

Error computing tax amount to be collected

Sales TaxVATTax ComplianceSaaSFintechTax AutomationNexusE-Invoicing

Properties

Name Type Description
type string
productExternalId string The product external ID that was not configured in Anrok. Only set if type is 'productExternalIdUnknown'.
View JSON Schema on GitHub

JSON Schema

create-transaction-cannot-compute-tax-amount.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/create-transaction-cannot-compute-tax-amount.json",
  "title": "CreateTransactionCannotComputeTaxAmount",
  "type": "object",
  "description": "Error computing tax amount to be collected",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "accountingTimeZoneNotSetForSeller",
        "accountingTimeZoneNotSupported",
        "currencyCodeNotSupported",
        "customerAddressCouldNotResolve",
        "customerIdNotFound",
        "externalServiceError",
        "jurisNotFound",
        "productExternalIdUnknown",
        "productTaxCategoryNotSupportedForJuris",
        "taxDateTooFarInFuture",
        "taxDateTooFarInPast"
      ]
    },
    "productExternalId": {
      "description": "The product external ID that was not configured in Anrok. Only set if type is 'productExternalIdUnknown'.",
      "type": "string"
    }
  }
}