GET api/Produto/ConsultaVeiculos?token={token}&dtEntrada={dtEntrada}
Método responsável por buscar dados dos Veiculos
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| dtEntrada | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ConsultaVeiculoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DSMODELOVEICULO | string |
None. |
|
| NRCHASSI | string |
None. |
|
| NRPLACA | string |
None. |
|
| NRRENAVAM | string |
None. |
|
| DSCOR | string |
None. |
|
| NRANO | integer |
None. |
|
| NRMODELO | integer |
None. |
|
| NRMOTOR | string |
None. |
|
| IDNOVO | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DSMODELOVEICULO": "sample string 1",
"NRCHASSI": "sample string 2",
"NRPLACA": "sample string 3",
"NRRENAVAM": "sample string 4",
"DSCOR": "sample string 5",
"NRANO": 6,
"NRMODELO": 7,
"NRMOTOR": "sample string 8",
"IDNOVO": true
},
{
"DSMODELOVEICULO": "sample string 1",
"NRCHASSI": "sample string 2",
"NRPLACA": "sample string 3",
"NRRENAVAM": "sample string 4",
"DSCOR": "sample string 5",
"NRANO": 6,
"NRMODELO": 7,
"NRMOTOR": "sample string 8",
"IDNOVO": true
}
]