POST api/GetHorario_x_Sucursal?idProveedor={idProveedor}&idSucursal={idSucursal}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
Required |
|
| 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": "c8cce6bc-e43e-4fa9-994c-34f213757d0c",
"idProveedor": "d405dffe-d5bb-44a7-b330-440e3f079327",
"nomSucursal": "sample string 3",
"idDireccion": "1328d1d7-831c-407d-9093-83133740b192",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-03-22T15:00:39.6572119-04:00",
"HoraFin": "2026-03-22T15:00:39.6572119-04:00"
}