Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/includes/receivables/criar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ curl --location --request POST 'https://recebiveis.fintera.com.br/api/v1/receiva
"customer_document": "1111111111111",
"customer_name": "Joyce da Silva",
"nfe_url": "https://www.exemplo.com/nfe/123456789",
"danfe_url": "https://www.exemplo.com/danfe/123456789"
"danfe_url": "https://www.exemplo.com/danfe/123456789",
"expected_payment_date": "2023-04-15"
}
}'
```
Expand Down Expand Up @@ -111,3 +112,4 @@ customer_document | Não | Documento (CPF/CNPJ) do cliente.
customer_name | Não | O nome do cliente
nfe_url | Não | A URL da Nota Fiscal.
danfe_url | Não | A URL da DANFE.
expected_payment_date | Não | A data prevista de pagamento do recebível.