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": "4106f8c7-1099-4201-8791-407366095c76",
"idProveedor": "65be6c2c-5fed-4531-b6c2-c470a03b6a27",
"nomSucursal": "sample string 3",
"idDireccion": "ce1a1b48-8a50-48a9-a7a0-a7bcf4c3c42d",
"dia": "sample string 5",
"tipo": "sample string 6",
"HoraIni": "2026-03-21T01:53:15.651837-04:00",
"HoraFin": "2026-03-21T01:53:15.651837-04:00"
}