put https://portal.credit2b.com.br/updateaddress/
This page will help you get started with ENDEREÇO.
Log in to see full request history
É necessário passar o token gerado no momento em que o usuário realizar o login no header "Authorization".
Abaixo temos um exemplo de como inserir essa informação usando JSON.
{
"Authorization": "eyXXXXXXXXXXXXXXXXXXXXXXXXXXXXw0"
"body": {
"id":1,
"street": "RUA DE EXEMPLO",
"neighborhood": "BAIRRO DE EXEMPLO"
"cep": "00000000",
"complement": "EXEMPLO",
"city_id": "EXEMPLO CITY",
"number": 0000,
"state_id": 10
}
Responses