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": "b2e74fd3-09a0-46ba-afe8-19c8d4bed2f5",
"idProveedor": "37bf01ab-b80e-4fe7-89a5-8186dbd13164",
"nomSucursal": "sample string 3",
"idDireccion": "bd0d671a-2432-46bc-8c53-93cb6fd29b89",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-09-03T14:54:33.1744758+00:00",
"HoraFin": "2026-09-03T14:54:33.1744758+00:00"
}