- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Retorna CTe pelo id
Em desenvolvimento
GET
/ctes/cte/{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 '/ctes/cte/'
Respostas
🟢200Success
application/json
Body
success
boolean
requerido
response
object (cte)
requerido
_id
string
requerido
chave
string
requerido
type
string
requerido
status
string
requerido
date
string
requerido
dhRecebto
string
requerido
ide
object
requerido
imp
object
requerido
vPrest
object
requerido
Exemplo
{
"success": true,
"response": {
"_id": "string",
"chave": "string",
"type": "string",
"status": "string",
"date": "string",
"dhRecebto": "string",
"ide": {
"mod": "string",
"cCT": "string",
"nCT": "string",
"toma": {
"toma": "string"
},
"dhEmi": "string",
"tpCTe": "string"
},
"imp": {
"ICMS": {
"CST": "string",
"vBC": "string",
"vICMS": "string",
"pICMS": "string",
"indSN": "string",
"pRedBC": "string",
"vCred": "string"
}
},
"vPrest": {
"vTPrest": 0
}
}
}
Modified at 2025-02-17 14:00:51