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": "ba4d5d34-de2e-4230-88b9-3d0a08db0c0b",
"empresa": "sample string 3",
"usuario": "0b559433-e295-4a0b-a14b-14b010fd864f",
"cobranca": "1b4b4c5b-2b93-43af-8f77-74125491a259",
"lote": 6,
"xml": "76b8aba2-eb50-48a9-9341-047c9ef8ee4c",
"xmlret": "8f299a95-61b7-491f-a76c-30d00f097bd7",
"xmlautorizacao": "adb84cfb-536a-439f-b836-39a30862b759",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-05-07T08:27:59.13912-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": "ba4d5d34-de2e-4230-88b9-3d0a08db0c0b",
"empresa": "sample string 3",
"usuario": "0b559433-e295-4a0b-a14b-14b010fd864f",
"cobranca": "1b4b4c5b-2b93-43af-8f77-74125491a259",
"lote": 6,
"xml": "76b8aba2-eb50-48a9-9341-047c9ef8ee4c",
"xmlret": "8f299a95-61b7-491f-a76c-30d00f097bd7",
"xmlautorizacao": "adb84cfb-536a-439f-b836-39a30862b759",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-05-07T08:27:59.13912-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"
}
]