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": "ca2aa5bc-c9bb-4dbe-bb47-cc744e2ddc79",
"idSucursal": "e8df70b1-a7e8-4ace-b63c-3eb909dda741",
"FecIni": "2026-03-10T02:43:20.581786+00:00",
"fecFin": "2026-03-10T02:43:20.581786+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-03-10T02:43:20.581786+00:00</FecIni> <fecFin>2026-03-10T02:43:20.581786+00:00</fecFin> <idProveedor>ca2aa5bc-c9bb-4dbe-bb47-cc744e2ddc79</idProveedor> <idSucursal>e8df70b1-a7e8-4ace-b63c-3eb909dda741</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>