All Verbs | /Utilidades/Consultas/Listados/EjecucionBackground |
---|
namespace Administrador.Modelo.DevExtreme
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type EjecutaQueryBackgroundRS() =
member val Empresa:Decimal = new Decimal() with get,set
member val Sistema:Decimal = new Decimal() with get,set
member val Login:String = null with get,set
member val AppAdm:Boolean = new Boolean() with get,set
member val TxtSQL:String = null with get,set
member val URLArchivo:String = null with get,set
member val Success:Boolean = new Boolean() with get,set
member val Error:String = null with get,set
type Lenguajes =
| ES = 0
| PT = 1
| EN = 2
[<AllowNullLiteral>]
type gridSortOptions() =
member val selector:String = null with get,set
member val desc:Boolean = new Boolean() with get,set
[<AllowNullLiteral>]
type gridGroupOptions() =
member val selector:String = null with get,set
member val desc:Boolean = new Boolean() with get,set
member val isExpanded:Boolean = new Boolean() with get,set
[<AllowNullLiteral>]
type EjecutaQueryBackRQ() =
member val IDVista:Int32 = new Int32() with get,set
member val DatosDetalles:Boolean = new Boolean() with get,set
member val Parametros:Dictionary<String, Object> = new Dictionary<String, Object>() with get,set
member val Lenguaje:Lenguajes = new Lenguajes() with get,set
member val RecordSkip:Int32 = new Int32() with get,set
member val RecordTake:Int32 = new Int32() with get,set
member val Filter:ResizeArray<Object> = new ResizeArray<Object>() with get,set
member val Sort:gridSortOptions = null with get,set
member val Group:gridGroupOptions = null with get,set
member val SummaryGroupItems:gridSummaryOptions[] = [||] with get,set
member val SummaryTotalItems:gridSummaryOptions[] = [||] with get,set
[<AllowNullLiteral>]
type gridSummaryOptions() =
member val selector:String = null with get,set
member val summaryType:String = null with get,set
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Utilidades/Consultas/Listados/EjecucionBackground HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"IDVista":0,"DatosDetalles":false,"Parametros":{"String":{}},"Lenguaje":"ES","RecordSkip":0,"RecordTake":0,"Filter":[{}],"Sort":{"selector":"String","desc":false},"Group":{"selector":"String","desc":false,"isExpanded":false},"SummaryGroupItems":[{"selector":"String","summaryType":"String"}],"SummaryTotalItems":[{"selector":"String","summaryType":"String"}]}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"Empresa":0,"Sistema":0,"Login":"String","AppAdm":false,"TxtSQL":"String","URLArchivo":"String","Success":false,"Error":"String"}