Retorna Loja Física pelo Id
Loja Física
get/lojasFisicas/{lojaFisicaId}
Path parameters
lojaFisicaIdinteger required
Id da loja física
Response
200
Example response
{
"nome": "string",
"telefone": "string",
"email": "string",
"cep": "string",
"logradouro": "string",
"numero": "string",
"complemento": "string",
"bairro": "string",
"cidade": "string",
"ativo": true,
"valido": true,
"textoComplementar": "string",
"retirarNaLoja": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.