PUT Frota/Veiculos/AtualizarHistoricoMov
Request Information
URI Parameters
None.
Body Parameters
Collection of Veiculos_HistoricoMov| Name | Description | Type | Additional information |
|---|---|---|---|
| IdHistorico | integer |
None. |
|
| IdVeiculo | integer |
None. |
|
| IdStatus | integer |
None. |
|
| IdStatusAnterior | integer |
None. |
|
| DataHoraAnterior | date |
None. |
|
| DataHora | date |
None. |
|
| Obs | string |
None. |
|
| SincronizadoSN | boolean |
None. |
|
| DataHoraSincronizado | date |
None. |
|
| DesativadoSN | boolean |
None. |
|
| IDi | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IdHistorico": 1,
"IdVeiculo": 1,
"IdStatus": 1,
"IdStatusAnterior": 1,
"DataHoraAnterior": "2025-12-06T18:39:22.4935619-06:00",
"DataHora": "2025-12-06T18:39:22.4935619-06:00",
"Obs": "sample string 1",
"SincronizadoSN": true,
"DataHoraSincronizado": "2025-12-06T18:39:22.4935619-06:00",
"DesativadoSN": true,
"IDi": 2
},
{
"IdHistorico": 1,
"IdVeiculo": 1,
"IdStatus": 1,
"IdStatusAnterior": 1,
"DataHoraAnterior": "2025-12-06T18:39:22.4935619-06:00",
"DataHora": "2025-12-06T18:39:22.4935619-06:00",
"Obs": "sample string 1",
"SincronizadoSN": true,
"DataHoraSincronizado": "2025-12-06T18:39:22.4935619-06:00",
"DesativadoSN": true,
"IDi": 2
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Retorno_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Descricao | string |
None. |
|
| Objeto | Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Message": "sample string 1",
"Descricao": "sample string 2",
"Objeto": {}
},
{
"Message": "sample string 1",
"Descricao": "sample string 2",
"Objeto": {}
}
]