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
+2
-2
2 additions, 2 deletions
End-Points.md
with
2 additions
and
2 deletions
End-Points.md
View page @
c4234828
...
...
@@ -68,7 +68,7 @@ curl -X 'GET' \
```
### 3. Obter Todos de Débitos Detalhados
-
**Endpoint**
:
`GET
/guia-pagamento
/internet-banking/v1/obter-todos-debitos-detalhados`
-
**Endpoint**
:
`GET /internet-banking/v1/obter-todos-debitos-detalhados`
-
**Descrição**
: Retorna todos os tipos de débitos e o débitos que fazem parte do tipo de débito.
-
**Parâmetros**
:
-
`placa`
(string, obrigatório)
...
...
@@ -77,7 +77,7 @@ curl -X 'GET' \
-
**Requisição Curl**
```
bash
curl
-X
'GET'
\
'https://api.detran
veiculo
.hom.es.gov.br/
guia-pagamento/
internet-banking/v1/obter-todos-debitos-detalhados/{placa}/{renavam}/{documentoProprietario}'
\
'https://api.
guia.
detran
net
.hom.es.gov.br/internet-banking/v1/obter-todos-debitos-detalhados/{placa}/{renavam}/{documentoProprietario}'
\
-H
'accept: text/plain'
\
-H
'Authorization: Bearer {token}'
```
...
...
This diff is collapsed.
Click to expand it.