> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.erp.olist.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tabelas de Nota de Serviço

> Tabelas auxiliares relacionadas a notas fiscais de serviço (NFS-e).

## Endpoint

```
POST https://api.tiny.com.br/api2/tabelas.nota.servico.php
```

## Parâmetros

| Parâmetro | Tipo   | Ocorrência  | Descrição                                 |
| --------- | ------ | ----------- | ----------------------------------------- |
| token     | string | obrigatório | Chave gerada para identificar sua empresa |
| formato   | string | obrigatório | Formato do retorno (json)                 |

## Descrição

Retorna tabelas auxiliares como:

* Códigos de serviço (LC 116/2003)
* Naturezas de operação de serviço
* Tipos de tributação municipal
* Formas de retenção de ISS

## Exemplo de chamada

```bash theme={null}
curl -X POST https://api.tiny.com.br/api2/tabelas.nota.servico.php \
  -d "token=SEU_TOKEN&formato=json"
```
