GET DIRECCIONES/HORARIO_ATENCION/{Id}

Método que consulta el horario de atencion segun la direccion.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

None.

Response Information

Resource Description

ScheduleResponseVM
NameDescriptionTypeAdditional information
HORA_INICIO

date

None.

HORA_FIN

date

None.

Response Formats

application/json, text/json

Sample:
{
  "HORA_INICIO": "2026-06-03T18:27:46.0724209-04:00",
  "HORA_FIN": "2026-06-03T18:27:46.0724209-04:00"
}

application/xml, text/xml

Sample:
<ScheduleResponseVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LipiGasApi.ViewModels.Address">
  <HORA_FIN>2026-06-03T18:27:46.0724209-04:00</HORA_FIN>
  <HORA_INICIO>2026-06-03T18:27:46.0724209-04:00</HORA_INICIO>
</ScheduleResponseVM>