Apideck · Schema

Tax number

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-taxnumber-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaxNumber",
  "title": "Tax number",
  "type": "string",
  "example": "US123945459",
  "nullable": true
}