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": "6b5348bc-3542-4a6c-8a52-5cca2562ca90",
"idProveedor": "4c142002-9328-43db-b38a-f8ec8a00bf9a",
"nomSucursal": "sample string 3",
"idDireccion": "3694a0c0-a568-4c3f-b039-394e490593df",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-07-10T14:13:35.9441544+00:00",
"HoraFin": "2026-07-10T14:13:35.9441544+00:00"
}