- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Retorna XML da NFe
GET
/nfes/xml/{id}
NFes
Requisição
Parâmetros Path
id
string
requerido
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/nfes/xml/'
Respostas
🟢200OK
application/xml
Body
string
opcional
Exemplo
<?xml version="1.0" encoding="UTF-8"?>
<root>string</root>
🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Modified at 2025-01-18 14:46:41