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": "43c7f135-3ce1-496e-9130-c4edd3ded8c2",
"empresa": "sample string 3",
"usuario": "fbfaa770-be2d-49a7-b768-0138977e3220",
"cobranca": "85d820bc-646e-4940-baa1-3d8e2bd57735",
"lote": 6,
"xml": "1af6bf6e-6495-4d62-b1d9-ccbb1c1899b1",
"xmlret": "f4f791a6-c94e-44e1-829d-8d39ca0debfe",
"xmlautorizacao": "44aa20c5-b33d-4aba-8598-66fb3d5c90bc",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-09-26T00:04:45.644233-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": "43c7f135-3ce1-496e-9130-c4edd3ded8c2",
"empresa": "sample string 3",
"usuario": "fbfaa770-be2d-49a7-b768-0138977e3220",
"cobranca": "85d820bc-646e-4940-baa1-3d8e2bd57735",
"lote": 6,
"xml": "1af6bf6e-6495-4d62-b1d9-ccbb1c1899b1",
"xmlret": "f4f791a6-c94e-44e1-829d-8d39ca0debfe",
"xmlautorizacao": "44aa20c5-b33d-4aba-8598-66fb3d5c90bc",
"xmlversao": "sample string 9",
"situacao": 10,
"data": "2026-09-26T00:04:45.644233-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"
}
]