All Verbs | /Utilidades/VerificarAppToken |
---|
import java.math.*
import java.util.*
import net.servicestack.client.*
open class VerificarAppTokenRQ
{
var Id:String? = null
var NombreApp:String? = null
}
open class VerificarAppTokenRS
{
var Respuesta:Object? = null
var Datos:Object? = null
var IdEmpresa:BigDecimal? = null
var IdSistema:BigDecimal? = null
var Login:String? = null
var NombreUsuario:String? = null
}
Kotlin VerificarAppTokenRQ DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Utilidades/VerificarAppToken HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Id: String,
NombreApp: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Respuesta: {}, Datos: {}, IdEmpresa: 0, IdSistema: 0, Login: String, NombreUsuario: String }