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": "7724f626-06e5-492e-b4b0-3f5fe05aa4b0", "empresa": "sample string 3", "usuario": "62d7acd3-29eb-40ed-a0b3-56381eda35ec", "cobranca": "c1b54f14-c8f1-46cd-8b8d-96d55ffac8fe", "lote": 6, "xml": "bd6f9e4b-f360-4d4b-9c6c-53ed02dc51f3", "xmlret": "4a278592-a300-4e1b-be65-93ab01b33c9c", "xmlautorizacao": "9ddedb56-d5de-426f-b0f4-4b0d0304fdfd", "xmlversao": "sample string 9", "situacao": 10, "data": "2025-07-16T00:30:01.5868088-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": "7724f626-06e5-492e-b4b0-3f5fe05aa4b0", "empresa": "sample string 3", "usuario": "62d7acd3-29eb-40ed-a0b3-56381eda35ec", "cobranca": "c1b54f14-c8f1-46cd-8b8d-96d55ffac8fe", "lote": 6, "xml": "bd6f9e4b-f360-4d4b-9c6c-53ed02dc51f3", "xmlret": "4a278592-a300-4e1b-be65-93ab01b33c9c", "xmlautorizacao": "9ddedb56-d5de-426f-b0f4-4b0d0304fdfd", "xmlversao": "sample string 9", "situacao": 10, "data": "2025-07-16T00:30:01.5868088-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" } ]