POST Frota/Veiculos/InserirHistoricoMov
Request Information
URI Parameters
None.
Body Parameters
Collection of Veiculos_HistoricoMovName | 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": "2024-11-06T21:21:37.8793056-06:00", "DataHora": "2024-11-06T21:21:37.8793056-06:00", "Obs": "sample string 1", "SincronizadoSN": true, "DataHoraSincronizado": "2024-11-06T21:21:37.8793056-06:00", "DesativadoSN": true, "IDi": 2 }, { "IdHistorico": 1, "IdVeiculo": 1, "IdStatus": 1, "IdStatusAnterior": 1, "DataHoraAnterior": "2024-11-06T21:21:37.8793056-06:00", "DataHora": "2024-11-06T21:21:37.8793056-06:00", "Obs": "sample string 1", "SincronizadoSN": true, "DataHoraSincronizado": "2024-11-06T21:21:37.8793056-06:00", "DesativadoSN": true, "IDi": 2 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Retorno_ResponseName | 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": {} } ]