GET api/Veiculo/GetEstoqueSeminovos?token={token}
Retorna lista de veículos seminovos em estoque
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
Valor recebido pelo método Login >> Entrar |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VeiculoName | Description | Type | Additional information |
---|---|---|---|
CDMODELOVEICULO |
Código interno do modelo do veículo |
integer |
None. |
DSMODELOVEICULO |
Descrição do modelo do veículo |
string |
Max length: 60 |
CDEMPRESA |
Código interno da empresa do veículo |
integer |
None. |
NMFANTASIA |
Nome da empresa do veículo |
string |
Max length: 60 |
CDINSUMO |
Código interno do veículo |
integer |
None. |
NRCHASSI |
Chassi do veículo |
string |
Max length: 20 |
NRDIAESTOQUE |
Dias que o veículo está em estoque |
integer |
None. |
DSCOR |
Cor do veículo |
string |
Max length: 60 |
NRANOFABRICACAO |
Ano de fabricação do veículo |
integer |
None. |
NRANOMODELO |
Ano do modelo do veículo |
integer |
None. |
VLPRECOVENDA |
Preço de venda |
decimal number |
None. |
NRPLACA |
Placa do veículo |
string |
Max length: 15 |
DSMARCA |
Marca do veículo |
string |
Max length: 60 |
DSCOMBUSTIVEL |
Combustível do veículo |
string |
Max length: 60 |
VLKMATUAL |
KM atual do veículo |
decimal number |
None. |
DSMUNICIPIO |
Município da empresa do veículo |
string |
Max length: 60 |
SGUF |
UF da empresa do veículo |
string |
Max length: 2 |
VLCAPACIDADETANQUE |
Capacidade do tanque em litros |
decimal number |
None. |
VLCILINDRADA |
Cilindrada do veículo |
decimal number |
None. |
DSAPRESENTACAOWEBSITE |
Text html com descrição do veículo |
string |
Max length: 1000 |
DSURLVIDEO |
Link para video de apresentação do veículo |
string |
Max length: 100 |
IMVEICULO |
Imagem do veículo |
Collection of byte |
None. |
Response Formats
application/json, text/json
[ { "CDMODELOVEICULO": 1, "DSMODELOVEICULO": "sample string 2", "CDEMPRESA": 3, "NMFANTASIA": "sample string 4", "CDINSUMO": 5, "NRCHASSI": "sample string 6", "NRDIAESTOQUE": 7, "DSCOR": "sample string 8", "NRANOFABRICACAO": 9, "NRANOMODELO": 10, "VLPRECOVENDA": 1.0, "NRPLACA": "sample string 11", "DSMARCA": "sample string 12", "DSCOMBUSTIVEL": "sample string 13", "VLKMATUAL": 1.0, "DSMUNICIPIO": "sample string 14", "SGUF": "sample string 15", "VLCAPACIDADETANQUE": 1.0, "VLCILINDRADA": 1.0, "DSAPRESENTACAOWEBSITE": "sample string 16", "DSURLVIDEO": "sample string 17", "IMVEICULO": "QEA=" }, { "CDMODELOVEICULO": 1, "DSMODELOVEICULO": "sample string 2", "CDEMPRESA": 3, "NMFANTASIA": "sample string 4", "CDINSUMO": 5, "NRCHASSI": "sample string 6", "NRDIAESTOQUE": 7, "DSCOR": "sample string 8", "NRANOFABRICACAO": 9, "NRANOMODELO": 10, "VLPRECOVENDA": 1.0, "NRPLACA": "sample string 11", "DSMARCA": "sample string 12", "DSCOMBUSTIVEL": "sample string 13", "VLKMATUAL": 1.0, "DSMUNICIPIO": "sample string 14", "SGUF": "sample string 15", "VLCAPACIDADETANQUE": 1.0, "VLCILINDRADA": 1.0, "DSAPRESENTACAOWEBSITE": "sample string 16", "DSURLVIDEO": "sample string 17", "IMVEICULO": "QEA=" } ]