FrameAppWS

<back to all web services

EjecutaScriptBDRQ

Requires Authentication
The following routes are available for this service:
All Verbs/Utilidades/EjecutaScriptBD
import java.math.*
import java.util.*
import net.servicestack.client.*


open class EjecutaScriptBDRQ
{
    var CodigoScript:BigDecimal? = null
}

open class EjecutaScriptBDRS
{
    var LogScript:ArrayList<LogScriptsBD> = ArrayList<LogScriptsBD>()
    var Error:String? = null
}

@DataContract
open class LogScriptsBD
{
    @DataMember
    var CodigoServidor:BigDecimal? = null

    @DataMember
    var CodigoDetalle:BigDecimal? = null

    @DataMember
    var CodigoLog:BigDecimal? = null

    @DataMember
    var CodigoScript:BigDecimal? = null

    @DataMember
    var SQL:String? = null

    @DataMember
    var SQLAnt:String? = null

    @DataMember
    var NombreServidor:String? = null

    @DataMember
    var Mensaje:String? = null

    @DataMember
    var FechaEjecucion:Date? = null

    @DataMember
    var LoginAplica:String? = null

    @DataMember
    var Estado:String? = null
}

Kotlin EjecutaScriptBDRQ DTOs

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/EjecutaScriptBD HTTP/1.1 
Host: soluser-recaudo.sgsas.co 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"CodigoScript":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"LogScript":[{"CodigoServidor":0,"CodigoDetalle":0,"CodigoLog":0,"CodigoScript":0,"SQL":"String","SQLAnt":"String","NombreServidor":"String","Mensaje":"String","FechaEjecucion":null,"LoginAplica":"String","Estado":"String"}],"Error":"String"}