POST api/v2/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": "8187cb20-2fac-4b1e-aee2-e832beb8ee33",
"idSucursal": "6ad01e4c-ba95-45ce-bb87-3a2b9853766d",
"FecIni": "2026-03-23T07:51:50.4862056-04:00",
"fecFin": "2026-03-23T07:51:50.4862056-04:00",
"idUser": "a46ac3c4-618d-4ed2-8ef6-c94f3aed5fa3"
}
application/xml, text/xml
Sample:
<TB_GetHorarioSucursalesProveedorSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <FecIni>2026-03-23T07:51:50.4862056-04:00</FecIni> <fecFin>2026-03-23T07:51:50.4862056-04:00</fecFin> <idProveedor>8187cb20-2fac-4b1e-aee2-e832beb8ee33</idProveedor> <idSucursal>6ad01e4c-ba95-45ce-bb87-3a2b9853766d</idSucursal> <idUser>a46ac3c4-618d-4ed2-8ef6-c94f3aed5fa3</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/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>