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": "fe66faf6-1564-4932-87c3-42a5e02c0fc9",
"empresa": "sample string 3",
"usuario": "283f9d89-8cab-4fd2-a23b-c9ab23239c40",
"cobranca": "a4f15253-d3d1-415f-bddd-151d0862767a",
"lote": 6,
"xml": "2f66d2a4-70ba-4466-8636-2a6acb0e469c",
"xmlret": "c2ba7b6a-85ad-441a-a855-950ae63214a0",
"xmlautorizacao": "23ebd5ee-b389-4a5f-b68a-fc481a13f8f6",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2025-12-11T15:36:44.645205-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": "fe66faf6-1564-4932-87c3-42a5e02c0fc9",
"empresa": "sample string 3",
"usuario": "283f9d89-8cab-4fd2-a23b-c9ab23239c40",
"cobranca": "a4f15253-d3d1-415f-bddd-151d0862767a",
"lote": 6,
"xml": "2f66d2a4-70ba-4466-8636-2a6acb0e469c",
"xmlret": "c2ba7b6a-85ad-441a-a855-950ae63214a0",
"xmlautorizacao": "23ebd5ee-b389-4a5f-b68a-fc481a13f8f6",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2025-12-11T15:36:44.645205-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"
}
]