---
title: "Autorizar nota fiscal"
method: POST
path: "/notas/{idNota}/emitir"
tags: ["Notas"]
---

# Autorizar nota fiscal

`POST /notas/{idNota}/emitir`

## Path parameters

- `idNota` integer, required

## Request body

- AutorizarNotaFiscalModelRequest — 
  - `enviarEmail` boolean

## Response `200`

OK

- AutorizarNotaFiscalModelResponse — 
  - `id` integer
  - `chaveAcesso` string
  - `linkAcesso` string
  - `situacao` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 — - 1 - Pendente - 2 - Emitida - 3 - Cancelada - 4 - Enviada Aguardando Recibo - 5 - Rejeitada - 6 - Autorizada - 7 - Emitida Danfe - 8 - Registrada - 9 - Enviada Aguardando Protocolo - 10 - Denegada
  - `xml` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/olist/apis/olist-erp-api-v3.md) · [All operations](https://skmtc.net/olist/apis/olist-erp-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/olist/olist-erp-api-v3/versions/c351400bb11f/schema)
