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": "4b72ec39-3e5b-46c5-a7dc-4c61f00f9143",
"idProveedor": "d4432583-642b-4656-a0a8-cece83cfd009",
"nomSucursal": "sample string 3",
"idDireccion": "e083e571-63ed-4376-bdcd-d226465ce786",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-03-13T20:38:46.3955177+00:00",
"HoraFin": "2026-03-13T20:38:46.3955177+00:00"
}