GET api/GetHorario_x_idSucursal?idSucursal={idSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_HorarioSucursal| Name | Description | Type | Additional information |
|---|---|---|---|
| idSucursal | globally unique identifier |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| nomSucursal | string |
None. |
|
| idDireccion | globally unique identifier |
None. |
|
| dia | string |
None. |
|
| tipo | string |
None. |
|
| HoraIni | date |
None. |
|
| HoraFin | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"idSucursal": "3c6393d4-ee19-4b69-8a6d-dd524a5eee53",
"idProveedor": "50397495-e82f-4ca6-a520-55f589df14a7",
"nomSucursal": "sample string 3",
"idDireccion": "87908a4e-35e3-4b61-963b-668975ead9da",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-03-21T01:53:15.9330588-04:00",
"HoraFin": "2026-03-21T01:53:15.9330588-04:00"
}