---
title: "Retrieve a tax property template"
method: GET
path: "/tax_property_templates/{tax_property_template}"
tags: ["Tax Property Templates"]
---

# Retrieve a tax property template

`GET /tax_property_templates/{tax_property_template}`

## Path parameters

- `tax_property_template` string, required

## Response `200`

OK

- object
  - `id` string — The unique identifier of the object in Nmbr.
  - `object` string — The type of the object in Nmbr (`"tax_property_template"`).
  - `data` TaxPropertyTemplate
    - `type` string, nullable
    - `label` string, nullable
    - `format` string, nullable
    - `options` object, nullable
      - `ca_ab` string, nullable
      - `ca_bc` string, nullable
      - `ca_mb` string, nullable
      - `ca_nb` string, nullable
      - `ca_nl` string, nullable
      - `ca_ns` string, nullable
      - `ca_nt` string, nullable
      - `ca_nu` string, nullable
      - `ca_on` string, nullable
      - `ca_pe` string, nullable
      - `ca_qc` string, nullable
      - `ca_sk` string, nullable
      - `ca_yt` string, nullable
      - `ca_oc` string, nullable
    - `allow_concurrent` boolean
    - `feature` string, nullable
    - `nullable` boolean
    - `structure` unknown
    - `validation` unknown

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/revisions/c2532d856ea2/schema)
