PUT api/ViajesDetalles/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ViajesDetalles| Name | Description | Type | Additional information |
|---|---|---|---|
| ViajesDetallesID | integer |
None. |
|
| ViajesID | integer |
None. |
|
| FechaSalida | date |
Data type: Date |
|
| HoraSalida | date |
Data type: Time |
|
| EmpleadosID | integer |
None. |
|
| FechaRegistro | date |
Data type: DateTime |
|
| EmpresasID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"ViajesDetallesID": 1,
"ViajesID": 2,
"FechaSalida": "2025-12-06T10:48:07.1474271-08:00",
"HoraSalida": "2025-12-06T10:48:07.1474271-08:00",
"EmpleadosID": 5,
"FechaRegistro": "2025-12-06T10:48:07.1474271-08:00",
"EmpresasID": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.