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": "cf7b6625-7468-4c86-b230-875692044ca6",
"empresa": "sample string 3",
"usuario": "c15be247-9454-4be3-81cd-71e80a5db250",
"cobranca": "faba7022-d1f2-4994-a5f1-0013914e668a",
"lote": 6,
"xml": "42a5a19d-3d56-4c3c-a4d5-6c24b4d48b10",
"xmlret": "90728837-fb43-4b6e-b8ff-0f068fca78fa",
"xmlautorizacao": "e41550ec-e73b-4b68-aee9-78851e9323c0",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-08-11T08:04:49.7018808-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": "cf7b6625-7468-4c86-b230-875692044ca6",
"empresa": "sample string 3",
"usuario": "c15be247-9454-4be3-81cd-71e80a5db250",
"cobranca": "faba7022-d1f2-4994-a5f1-0013914e668a",
"lote": 6,
"xml": "42a5a19d-3d56-4c3c-a4d5-6c24b4d48b10",
"xmlret": "90728837-fb43-4b6e-b8ff-0f068fca78fa",
"xmlautorizacao": "e41550ec-e73b-4b68-aee9-78851e9323c0",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-08-11T08:04:49.7018808-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"
}
]