TF Fiscal
Documentation

NF-e

List correction letters

Returns every correction letter of the invoice, each with the receipt XML and the DACCE download link.

GET/openapi/v2/empresas/{empresaId}/nf-e/{nfeId}/carta-correcao

Requires the token, timestamp and sign signature headers, see Authentication.

Returns every correction letter of the invoice in ascending sequence; each element is shaped like the response of Register correction letter. Cancelled invoices remain queryable: correction letters are established legal facts. Authentication errors (10009xxx) are listed under Authentication.

Parameters

Path parameters

  • empresaIdstringrequired

    Company identifier returned by Register company.

    Example: 1934811222334455
  • nfeIdstringrequired

    The id sent at issuance.

    Example: NFe-000014553

Responses

200

Array of correction letters in ascending sequencia; an empty array when none has been registered.

  • []array

    Elements shaped like the registration response.

Errors

CodeHTTP
NFe0001404

The nfeId does not exist. Check the id sent at issuance and the empresaId.

10003000404

empresaId does not exist or does not belong to this application.

10004012400

The task has not produced an invoice yet (pending / denied).