Atualizar Endereço

This page will help you get started with ENDEREÇO.

É 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
}
Language
Click Try It! to start a request and see the response here!