- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Retorna uma NFSe por id
GET
/nfses/nfse/{id}
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 '/nfses/nfse/'
Respostas
🟢200Success
application/json
Body
success
boolean
requerido
response
array[object (nfse) {19}]
requerido
_id
object
requerido
company
string
requerido
createTransactions
boolean
requerido
ide
object
requerido
status
string
requerido
sale
string
requerido
type
string
requerido
child
null
requerido
personId
string
requerido
dest
object
requerido
total
object
requerido
servicos
array [object {8}]
requerido
user
string
requerido
isManual
boolean
requerido
date
string
requerido
idApi
string
requerido
numeroNfse
string
requerido
pdfURL
string
requerido
xmlURL
string
requerido
Exemplo
{
"success": true,
"response": [
{
"_id": {
"$oid": "string"
},
"company": "string",
"createTransactions": true,
"ide": {
"dhEmi": {
"$date": "string"
},
"rps": 0
},
"status": "string",
"sale": "string",
"type": "string",
"child": null,
"personId": "string",
"dest": {
"personId": "string",
"CNPJ": "string",
"xNome": "string",
"enderDest": {
"xLgr": "string",
"nro": "string",
"xCpl": "string",
"xBairro": "string",
"xMun": "string",
"UF": "string",
"CEP": "string",
"xPais": "string",
"cPais": "string",
"fone": null
},
"email": "string"
},
"total": {
"vNF": null,
"vLiq": 0
},
"servicos": [
{
"serviceId": null,
"codigo": "string",
"codigoTributacao": "string",
"discriminacao": "string",
"cnae": "string",
"iss": {
"tipoTributacao": 0,
"exigibilidade": 0,
"aliquota": 0
},
"valor": {
"servico": 0,
"descontoCondicionado": 0,
"descontoIncondicionado": 0
},
"_id": {
"$oid": "string"
}
}
],
"user": "string",
"isManual": true,
"date": "string",
"idApi": "string",
"numeroNfse": "string",
"pdfURL": "string",
"xmlURL": "string"
}
]
}
Modified at 2025-01-21 18:33:19