GET api/TabelaAuxiliar/GetModeloVeiculo?token={token}&tpVeiculo={tpVeiculo}
Retorna lista de Modelos cadastrados no sistema
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
Valor recebido pelo método Login >> Entrar |
string |
Required |
tpVeiculo |
1 - Motocicletas; 2 - Automóveis |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ModeloVeiculoName | Description | Type | Additional information |
---|---|---|---|
CDMODELOVEICULO |
Código do Modelo |
integer |
None. |
DSMODELOVEICULO |
Descrição do Modelo |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CDMODELOVEICULO": 1, "DSMODELOVEICULO": "sample string 2" }, { "CDMODELOVEICULO": 1, "DSMODELOVEICULO": "sample string 2" } ]