Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
API Internet Banking - BANESTES
Manage
Activity
Members
Plan
Wiki
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DetranNet APIs
API Internet Banking - BANESTES
Wiki
End Points
Changes
Page history
New page
Templates
Clone repository
Update End Points
authored
1 year ago
by
Augusto Barbosa Layber
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
End-Points.md
+6
-3
6 additions, 3 deletions
End-Points.md
with
6 additions
and
3 deletions
End-Points.md
View page @
b65aaa96
...
...
@@ -16,14 +16,16 @@ curl -X 'GET' \
-
**Resposta**
-
Array
<Enum
<
string
>
>
-
Values: [IPVAExercicio, IPVAAnterior, DPVATExercicio, DPVATAnterior, LicenciamentoExercicio, LicenciamentoAnterior, Multa]
**Json Resposta**
```
json
[
"IPVAExercicio"
,
"LicenciamentoExercicio"
]
```
-
**Dados de Teste**
**Dados de Teste**
```
Placa Renavam Doc. Proprietario
PPB7B27 1315049861 59370761098
...
...
@@ -44,7 +46,7 @@ MRZ1737 0965904008 10352411708
-
`renavam`
(string, obrigatório)
-
`documentoProprietario`
(string, obrigatório)
-
`debitoDevido`
(string, obrigatório): Tipo de débito a ser detalhado.
-
-
**Requisição Curl**
-
**Requisição Curl**
```
bash
curl
-X
'GET'
\
'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' \
-
`dataVencimento`
(DateTime): Data de vencimento do débito.
-
`valor`
(decimal): Valor do débito.
-
`pagamentoObrigatorio`
(boolean): Indica se é obrigatório o pagamento do débito para o tipo selecionado.
-
**Json Resposta**
```
json
{
"descricao"
:
"string"
,
...
...
This diff is collapsed.
Click to expand it.