GET api/ViajesDetalles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ViajesDetalles
NameDescriptionTypeAdditional 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

Response Formats

application/json, text/json

Sample:
[
  {
    "ViajesDetallesID": 1,
    "ViajesID": 2,
    "FechaSalida": "2025-12-06T10:53:57.6441702-08:00",
    "HoraSalida": "2025-12-06T10:53:57.6441702-08:00",
    "EmpleadosID": 5,
    "FechaRegistro": "2025-12-06T10:53:57.6441702-08:00",
    "EmpresasID": 7
  },
  {
    "ViajesDetallesID": 1,
    "ViajesID": 2,
    "FechaSalida": "2025-12-06T10:53:57.6441702-08:00",
    "HoraSalida": "2025-12-06T10:53:57.6441702-08:00",
    "EmpleadosID": 5,
    "FechaRegistro": "2025-12-06T10:53:57.6441702-08:00",
    "EmpresasID": 7
  }
]