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": "32079e5a-4246-458e-a371-ddaa7510c433",
"idProveedor": "c05fe248-c738-4915-a044-6b90aa5a6ab7",
"nomSucursal": "sample string 3",
"idDireccion": "2e3a5f0b-9859-42b9-8e2d-297141b10a9d",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-06-18T03:24:58.6641962+00:00",
"HoraFin": "2026-06-18T03:24:58.6641962+00:00"
}