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 NotaFiscal| Name | 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": "a1dc5260-7520-4f2d-a6ab-2174c9d2646f",
"empresa": "sample string 3",
"usuario": "1a9076d5-e9d3-4bcf-ac65-e843e197023e",
"cobranca": "4ac2887b-9aff-43c4-b654-93d22b3b6f4b",
"lote": 6,
"xml": "659ffd4e-3ea8-4760-b39a-e0716163134c",
"xmlret": "b22d9579-b4f1-489b-93e7-a8cffa2326f0",
"xmlautorizacao": "914a30d1-dccf-47c5-aaec-e5a60cc4ba53",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-03-21T17:08:12.4494172-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": "a1dc5260-7520-4f2d-a6ab-2174c9d2646f",
"empresa": "sample string 3",
"usuario": "1a9076d5-e9d3-4bcf-ac65-e843e197023e",
"cobranca": "4ac2887b-9aff-43c4-b654-93d22b3b6f4b",
"lote": 6,
"xml": "659ffd4e-3ea8-4760-b39a-e0716163134c",
"xmlret": "b22d9579-b4f1-489b-93e7-a8cffa2326f0",
"xmlautorizacao": "914a30d1-dccf-47c5-aaec-e5a60cc4ba53",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-03-21T17:08:12.4494172-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"
}
]