POST api/v4/GetListaHorario
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. |
|
| idUser | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "cc99cf89-2d67-4b36-9c1f-809af604b872",
"idSucursal": "aa60df8d-5a66-4406-bad3-99b2035f29c3",
"FecIni": "2026-03-21T19:42:28.2383748-04:00",
"fecFin": "2026-03-21T19:42:28.2383748-04:00",
"idUser": "54ae1814-15bc-4bf6-b194-e89ca12877e0"
}
application/xml, text/xml
Sample:
<TB_GetHorarioSucursalesProveedorSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <FecIni>2026-03-21T19:42:28.2383748-04:00</FecIni> <fecFin>2026-03-21T19:42:28.2383748-04:00</fecFin> <idProveedor>cc99cf89-2d67-4b36-9c1f-809af604b872</idProveedor> <idSucursal>aa60df8d-5a66-4406-bad3-99b2035f29c3</idSucursal> <idUser>54ae1814-15bc-4bf6-b194-e89ca12877e0</idUser> </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/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>