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": "2026-01-31T22:18:50.4830465-08:00",
    "HoraSalida": "2026-01-31T22:18:50.4830465-08:00",
    "EmpleadosID": 5,
    "FechaRegistro": "2026-01-31T22:18:50.4830465-08:00",
    "EmpresasID": 7
  },
  {
    "ViajesDetallesID": 1,
    "ViajesID": 2,
    "FechaSalida": "2026-01-31T22:18:50.4830465-08:00",
    "HoraSalida": "2026-01-31T22:18:50.4830465-08:00",
    "EmpleadosID": 5,
    "FechaRegistro": "2026-01-31T22:18:50.4830465-08:00",
    "EmpresasID": 7
  }
]