- Introdução
- People
- Items
- POs
- Sales
- NFes
- NFSes
- Transactions
- Item Categories
- Warehouses
- Custom Fields
- Batches
- Webhooks
- Services
- Accounting
- CTes
Formato de chamada do webhook ao importar uma NFe
POST
/createNFe
Webhooks
Requisição
Parâmetros Bodyapplication/json
id
string
opcional
chave
string
opcional
nNF
string
opcional
xml
string
opcional
Exemplo
{
"id": "string",
"chave": "string",
"nNF": "string",
"xml": "string"
}
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 POST '/createNFe' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"chave": "string",
"nNF": "string",
"xml": "string"
}'
Respostas
🟢204No Content
application/json
Body
object {0}
Exemplo
{}