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": "f8e9630f-dc83-4db0-96db-8f5427236200",
"empresa": "sample string 3",
"usuario": "adecd6c1-e1e9-4656-aa1b-59b3f7ebd57d",
"cobranca": "9c313e5e-9558-4241-a483-bf839cd7fe12",
"lote": 6,
"xml": "f95a1b95-752a-4e02-88d4-24638e03092d",
"xmlret": "abc4ba57-61ae-4474-8c6f-a268fc0bb99d",
"xmlautorizacao": "50409bb1-31c9-4471-bbf5-8ac590a34258",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-02-03T21:23:05.4256281-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": "f8e9630f-dc83-4db0-96db-8f5427236200",
"empresa": "sample string 3",
"usuario": "adecd6c1-e1e9-4656-aa1b-59b3f7ebd57d",
"cobranca": "9c313e5e-9558-4241-a483-bf839cd7fe12",
"lote": 6,
"xml": "f95a1b95-752a-4e02-88d4-24638e03092d",
"xmlret": "abc4ba57-61ae-4474-8c6f-a268fc0bb99d",
"xmlautorizacao": "50409bb1-31c9-4471-bbf5-8ac590a34258",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-02-03T21:23:05.4256281-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"
}
]