... | @@ -16,14 +16,16 @@ curl -X 'GET' \ |
... | @@ -16,14 +16,16 @@ curl -X 'GET' \ |
|
- **Resposta**
|
|
- **Resposta**
|
|
- Array<Enum<string>>
|
|
- Array<Enum<string>>
|
|
- Values: [IPVAExercicio, IPVAAnterior, DPVATExercicio, DPVATAnterior, LicenciamentoExercicio, LicenciamentoAnterior, Multa]
|
|
- Values: [IPVAExercicio, IPVAAnterior, DPVATExercicio, DPVATAnterior, LicenciamentoExercicio, LicenciamentoAnterior, Multa]
|
|
|
|
|
|
**Json Resposta**
|
|
**Json Resposta**
|
|
|
|
|
|
```json
|
|
```json
|
|
[
|
|
[
|
|
"IPVAExercicio",
|
|
"IPVAExercicio",
|
|
"LicenciamentoExercicio"
|
|
"LicenciamentoExercicio"
|
|
]
|
|
]
|
|
```
|
|
```
|
|
- **Dados de Teste**
|
|
**Dados de Teste**
|
|
```
|
|
```
|
|
Placa Renavam Doc. Proprietario
|
|
Placa Renavam Doc. Proprietario
|
|
PPB7B27 1315049861 59370761098
|
|
PPB7B27 1315049861 59370761098
|
... | @@ -44,7 +46,7 @@ MRZ1737 0965904008 10352411708 |
... | @@ -44,7 +46,7 @@ MRZ1737 0965904008 10352411708 |
|
- `renavam`(string, obrigatório)
|
|
- `renavam`(string, obrigatório)
|
|
- `documentoProprietario`(string, obrigatório)
|
|
- `documentoProprietario`(string, obrigatório)
|
|
- `debitoDevido`(string, obrigatório): Tipo de débito a ser detalhado.
|
|
- `debitoDevido`(string, obrigatório): Tipo de débito a ser detalhado.
|
|
- - **Requisição Curl**
|
|
- **Requisição Curl**
|
|
```bash
|
|
```bash
|
|
curl -X 'GET' \
|
|
curl -X 'GET' \
|
|
'https://https://api.guia.detrannet.hom.es.gov.br/internet-banking/v1/detalhar-debito/{placa}/{renavam}/{documentoProprietario}?debitoDevido=IPVAExercicio' \
|
|
'https://https://api.guia.detrannet.hom.es.gov.br/internet-banking/v1/detalhar-debito/{placa}/{renavam}/{documentoProprietario}?debitoDevido=IPVAExercicio' \
|
... | @@ -61,8 +63,9 @@ curl -X 'GET' \ |
... | @@ -61,8 +63,9 @@ curl -X 'GET' \ |
|
- `dataVencimento`(DateTime): Data de vencimento do débito.
|
|
- `dataVencimento`(DateTime): Data de vencimento do débito.
|
|
- `valor`(decimal): Valor do débito.
|
|
- `valor`(decimal): Valor do débito.
|
|
- `pagamentoObrigatorio`(boolean): Indica se é obrigatório o pagamento do débito para o tipo selecionado.
|
|
- `pagamentoObrigatorio`(boolean): Indica se é obrigatório o pagamento do débito para o tipo selecionado.
|
|
-
|
|
|
|
**Json Resposta**
|
|
**Json Resposta**
|
|
|
|
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"descricao": "string",
|
|
"descricao": "string",
|
... | | ... | |