v1

latestOpenAPI 3.1.02026-08-044330906.8 KB

Busca os estados

Lista dos estados

get/lojasFisicas/estados

Response

200

estadoIdinteger
nomestring
siglastring
regiaostring

Example response

[
  {
    "nome": "string",
    "sigla": "string",
    "regiao": "string"
  }
]