v1

latestOpenAPI 3.1.02026-08-044330906.8 KB

Retorna um fabricante específico pelo nome

Fabricante encontrado

get/fabricantes/{nome}

Path parameters

nomestring required

Nome do fabricante

Response

200

fabricanteIdinteger
ativoboolean
nomestring
urlLogoTipostring
urlLinkstring
urlCarrosselstring

Example response

{
  "ativo": true,
  "nome": "string",
  "urlLogoTipo": "string",
  "urlLink": "string",
  "urlCarrossel": "string"
}