GET api/ConsultaNota?cpf={cpf}
ESTA API CONSULTA NOTAS FISCAIS DE CONSUMIDORES POR CPF É NECESSÁRIO POSSUIR ASSINATURA DO SERVIÇO SUPER FISCAL CONSUMIDOR
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cpf | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NotaFiscalName | Description | Type | Additional information |
---|---|---|---|
codigo | integer |
None. |
|
empresaguid | globally unique identifier |
None. |
|
empresa | string |
None. |
|
usuario | globally unique identifier |
None. |
|
cobranca | globally unique identifier |
None. |
|
lote | integer |
None. |
|
xml | globally unique identifier |
None. |
|
xmlret | globally unique identifier |
None. |
|
xmlautorizacao | globally unique identifier |
None. |
|
xmlversao | string |
None. |
|
situacao | integer |
None. |
|
data | date |
None. |
|
erro | string |
None. |
|
tipo | integer |
None. |
|
ambiente | string |
None. |
|
chave | string |
None. |
|
url | string |
None. |
|
valor | decimal number |
None. |
|
cpf | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "codigo": 1, "empresaguid": "1e9d39c4-7297-417f-ba15-84bf3c4500fa", "empresa": "sample string 3", "usuario": "68647b2f-28f9-4b22-8579-ddd0f14bf928", "cobranca": "a022d160-9db1-49f0-a8d0-72c2987ab4b9", "lote": 6, "xml": "cf0a3f23-061e-4fb5-94d1-5066286de321", "xmlret": "e7b42213-462d-48cc-85b8-3f4653053f19", "xmlautorizacao": "fd2a6390-c27a-4e09-8175-63ce4530c4de", "xmlversao": "sample string 9", "situacao": 10, "data": "2025-05-02T14:16:51.207469-03:00", "erro": "sample string 12", "tipo": 13, "ambiente": "sample string 14", "chave": "sample string 15", "url": "sample string 16", "valor": 1.0, "cpf": "sample string 17" }, { "codigo": 1, "empresaguid": "1e9d39c4-7297-417f-ba15-84bf3c4500fa", "empresa": "sample string 3", "usuario": "68647b2f-28f9-4b22-8579-ddd0f14bf928", "cobranca": "a022d160-9db1-49f0-a8d0-72c2987ab4b9", "lote": 6, "xml": "cf0a3f23-061e-4fb5-94d1-5066286de321", "xmlret": "e7b42213-462d-48cc-85b8-3f4653053f19", "xmlautorizacao": "fd2a6390-c27a-4e09-8175-63ce4530c4de", "xmlversao": "sample string 9", "situacao": 10, "data": "2025-05-02T14:16:51.207469-03:00", "erro": "sample string 12", "tipo": 13, "ambiente": "sample string 14", "chave": "sample string 15", "url": "sample string 16", "valor": 1.0, "cpf": "sample string 17" } ]