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": "4d05af88-7cec-4c10-9e4d-c1d9d18203c0",
"empresa": "sample string 3",
"usuario": "ebb4589b-509c-41e7-b422-290b3004d5b9",
"cobranca": "7abbb210-79b1-4e4d-8b7f-068dd1d579b6",
"lote": 6,
"xml": "9cd88d99-daa7-4887-96b6-eadba7e2e137",
"xmlret": "76feb37f-e58a-4902-9a78-7cb1aa2234ed",
"xmlautorizacao": "ff56bd59-6122-483c-ad01-62837d4d0a83",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-06-23T15:26:43.2707311-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": "4d05af88-7cec-4c10-9e4d-c1d9d18203c0",
"empresa": "sample string 3",
"usuario": "ebb4589b-509c-41e7-b422-290b3004d5b9",
"cobranca": "7abbb210-79b1-4e4d-8b7f-068dd1d579b6",
"lote": 6,
"xml": "9cd88d99-daa7-4887-96b6-eadba7e2e137",
"xmlret": "76feb37f-e58a-4902-9a78-7cb1aa2234ed",
"xmlautorizacao": "ff56bd59-6122-483c-ad01-62837d4d0a83",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-06-23T15:26:43.2707311-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"
}
]