GET api/Relatorio/ObterRelatorioPreReservaVeiculos?token={token}&empresasId={empresasId}&veiculoNovo={veiculoNovo}&dataInicio={dataInicio}&dataFim={dataFim}&filtraPorGrupo={filtraPorGrupo}
Método responsável por obter os dados do Relatório de Pré-reserva de veículos. Estoque -> Veiculos -> Pré Reserva Veiculos
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
Token de autenticação. |
string |
Required |
| empresasId |
Envie os Ids de empresa separados por vírgula. Ex: 1,2,3. |
string |
Required |
| veiculoNovo | EVeiculoNovo |
Default value is 3 |
|
| dataInicio |
YYYY-MM-DD |
date |
None. |
| dataFim |
YYYY-MM-DD |
date |
None. |
| filtraPorGrupo | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of RelatorioPreReservaVeiculosDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CDEMPRESA | integer |
None. |
|
| DSAPELIDO | string |
None. |
|
| CDPRERESERVAVEICULO | integer |
None. |
|
| CDMODELOVEICULO | integer |
None. |
|
| DSMODELOVEICULO | string |
None. |
|
| CDCOR | integer |
None. |
|
| DSCOR | string |
None. |
|
| VLCOR | string |
None. |
|
| CDPESSOA | integer |
None. |
|
| NMPESSOA | string |
None. |
|
| DTPRERESERVAVEICULO | date |
None. |
|
| DTCHEGADAVEICULO | date |
None. |
|
| IDESTADO | integer |
None. |
|
| CDLOGIN | integer |
None. |
|
| NMLOGIN | string |
None. |
|
| IDVEICULONOVO | integer |
None. |
|
| NRORDEM | integer |
None. |
|
| NRANOFABRICACAO | string |
None. |
|
| TPPAGAMENTO | string |
None. |
|
| IDESTADOVEICULO | integer |
None. |
|
| CDAGRUPAMENTO | integer |
None. |
|
| DSOBSERVACAO | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CDEMPRESA": 1,
"DSAPELIDO": "sample string 2",
"CDPRERESERVAVEICULO": 3,
"CDMODELOVEICULO": 4,
"DSMODELOVEICULO": "sample string 5",
"CDCOR": 6,
"DSCOR": "sample string 7",
"VLCOR": "sample string 8",
"CDPESSOA": 9,
"NMPESSOA": "sample string 10",
"DTPRERESERVAVEICULO": "2025-12-14T16:39:27.8555074-03:00",
"DTCHEGADAVEICULO": "2025-12-14T16:39:27.8555074-03:00",
"IDESTADO": 12,
"CDLOGIN": 13,
"NMLOGIN": "sample string 14",
"IDVEICULONOVO": 15,
"NRORDEM": 16,
"NRANOFABRICACAO": "sample string 17",
"TPPAGAMENTO": "sample string 18",
"IDESTADOVEICULO": 19,
"CDAGRUPAMENTO": 20,
"DSOBSERVACAO": "sample string 21"
},
{
"CDEMPRESA": 1,
"DSAPELIDO": "sample string 2",
"CDPRERESERVAVEICULO": 3,
"CDMODELOVEICULO": 4,
"DSMODELOVEICULO": "sample string 5",
"CDCOR": 6,
"DSCOR": "sample string 7",
"VLCOR": "sample string 8",
"CDPESSOA": 9,
"NMPESSOA": "sample string 10",
"DTPRERESERVAVEICULO": "2025-12-14T16:39:27.8555074-03:00",
"DTCHEGADAVEICULO": "2025-12-14T16:39:27.8555074-03:00",
"IDESTADO": 12,
"CDLOGIN": 13,
"NMLOGIN": "sample string 14",
"IDVEICULONOVO": 15,
"NRORDEM": 16,
"NRANOFABRICACAO": "sample string 17",
"TPPAGAMENTO": "sample string 18",
"IDESTADOVEICULO": 19,
"CDAGRUPAMENTO": 20,
"DSOBSERVACAO": "sample string 21"
}
]