FrameAppWS

<back to all web services

EjecutaCuboOpRemotasRQ

Requires Authentication
The following routes are available for this service:
All Verbs/Utilidades/Consultas/Cubos/OperacionesRemotas
EjecutaCuboOpRemotasRQ Parameters:
NameParameterData TypeRequiredDescription
IDVistaqueryintNo
IDPivotqueryintNo
ParametrosqueryDictionary<string, Object>No
LenguajequeryLenguajesNo
skipqueryintNo
takequeryintNo
filterqueryList<Object>No
sortquerygridSortOptionsNo
groupquerygridGroupOptions[]No
groupSummaryquerygridSummaryOptions[]No
totalSummaryquerygridSummaryOptions[]No
requireTotalCountqueryboolNo
requireGroupCountqueryboolNo
Lenguajes Enum:
ES
PT
EN
gridSortOptions Parameters:
NameParameterData TypeRequiredDescription
selectorformstringNo
descformboolNo
gridGroupOptions Parameters:
NameParameterData TypeRequiredDescription
selectorformstringNo
descformboolNo
isExpandedformboolNo
gridSummaryOptions Parameters:
NameParameterData TypeRequiredDescription
selectorformstringNo
summaryTypeformstringNo
EjecutaCuboOpRemotasRS Parameters:
NameParameterData TypeRequiredDescription
dataformList<Dictionary<String,Object>>No
totalCountformintNo
ErrorformstringNo
SQLformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Utilidades/Consultas/Cubos/OperacionesRemotas HTTP/1.1 
Host: soluser-recaudo.sgsas.co 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"IDVista":0,"IDPivot":0,"Parametros":{"String":{}},"Lenguaje":"ES","skip":0,"take":0,"filter":[{}],"sort":{"selector":"String","desc":false},"group":[{"selector":"String","desc":false,"isExpanded":false}],"groupSummary":[{"selector":"String","summaryType":"String"}],"totalSummary":[{"selector":"String","summaryType":"String"}],"requireTotalCount":false,"requireGroupCount":false}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"data":[{"String":{}}],"totalCount":0,"Error":"String","SQL":"String"}