All Verbs | /Utilidades/VerificarAppToken |
---|
namespace Administrador.Modelo.Tipos
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type VerificarAppTokenRS() =
member val Respuesta:Object = null with get,set
member val Datos:Object = null with get,set
member val IdEmpresa:Decimal = new Decimal() with get,set
member val IdSistema:Decimal = new Decimal() with get,set
member val Login:String = null with get,set
member val NombreUsuario:String = null with get,set
[<AllowNullLiteral>]
type VerificarAppTokenRQ() =
member val Id:String = null with get,set
member val NombreApp: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/VerificarAppToken HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length
{"Id":"String","NombreApp":"String"}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"Respuesta":{},"Datos":{},"IdEmpresa":0,"IdSistema":0,"Login":"String","NombreUsuario":"String"}