Permite associar uma ou mais notas fiscais (identificadas pelas chaves de acesso) a um MDF-e (Manifesto Eletrônico de Documento Fiscal). É possível também informar o status do vínculo (ex: "AUTORIZADO", "ENCERRADO", "CANCELADO"). Apoio no controle logístico e fiscal.
Security
BearerAuth
Dados para vincular nota fiscal a mdfe
Chaves de acesso das notas fiscais vinculadas ao MDF-e
Example:
[ "42250323643586000108550010000001151606401726", "42250323643586000108550010000001141054498495" ]
- https://api-v2.contaazul.comhttps://api-v2.contaazul.com/v1/notas-fiscais/vinculo-mdfe
- Mock serverhttps://developers.contaazul.com/_mock/open-api-docs/open-api-invoice/v1/notas-fiscais/vinculo-mdfe
curl -i -X POST \
https://api-v2.contaazul.com/v1/notas-fiscais/vinculo-mdfe \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"chaves_acesso": [
"42250323643586000108550010000001151606401726",
"42250323643586000108550010000001141054498495"
],
"identificador": "345345",
"status": "ENCERRADO"
}'