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": "ec81b3b3-134d-4d9c-8b76-74adfa547864",
"idProveedor": "52748c8d-c76a-418b-9139-c4dd31e474fe",
"nomSucursal": "sample string 3",
"idDireccion": "2c4994c9-4319-4556-a2cd-7d6ba87bb38f",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-08-12T14:56:51.0740735+00:00",
"HoraFin": "2026-08-12T14:56:51.0740735+00:00"
}