POST api/GetHorarios_x_idSucursal
Request Information
URI Parameters
None.
Body Parameters
TB_GetHorarioSucursalesProveedorSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idSucursal | globally unique identifier |
None. |
|
| FecIni | date |
None. |
|
| fecFin | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "271bb1c4-cfc2-4e5b-a7c9-30c394aa6cf5",
"idSucursal": "e9f02266-e4fb-40c2-8827-8f1fbe296faf",
"FecIni": "2026-06-22T06:20:34.6092002+00:00",
"fecFin": "2026-06-22T06:20:34.6092002+00:00"
}
application/xml, text/xml
Sample:
<TB_GetHorarioSucursalesProveedorSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <FecIni>2026-06-22T06:20:34.6092002+00:00</FecIni> <fecFin>2026-06-22T06:20:34.6092002+00:00</fecFin> <idProveedor>271bb1c4-cfc2-4e5b-a7c9-30c394aa6cf5</idProveedor> <idSucursal>e9f02266-e4fb-40c2-8827-8f1fbe296faf</idSucursal> </TB_GetHorarioSucursalesProveedorSA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>