---
title: "Criar Descritores de Taxa"
method: POST
path: "/api/tax_descriptors"
tags: ["API's Auxiliares", "Descritores de Taxa"]
---

# Criar Descritores de Taxa

`POST /api/tax_descriptors`

Criar Descritores de Taxa

## Request body

- object
  - `data` object
    - `attributes` object
      - `allow_negative` boolean
      - `description` string
      - `notation` string
      - `other_tax_code` boolean
      - `saft_import_id` unknown
      - `suggested_tax_code` unknown
      - `supports_tax_code` boolean
    - `type` string

## Response `200`

Sucesso

- object
  - `data` object
    - `attributes` object
      - `allow_negative` boolean
      - `company_id` number
      - `description` string
      - `notation` string
      - `other_tax_code` boolean
      - `saft_import_id` unknown
      - `suggested_tax_code` string
      - `supports_tax_code` boolean
    - `id` string
    - `relationships` object
      - `company` object
        - `data` object
          - `id` string
          - `type` string
      - `tax_exemption_reasons` object
        - `data` unknown
    - `type` string

---

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