FrameAppWS

<back to all web services

usuaPermisoRQ

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


open class usuaPermisoRQ
{
    var usua_login:String? = null
    var sist_sist:Int? = null
    var empr_empr:Int? = null
    var carp_carp:BigDecimal? = null
}

open class usuaPermisoRS
{
    var carp_carp:BigDecimal? = null
    var carp_delete:Boolean? = null
    var carp_upload:Boolean? = null
    var carp_share:Boolean? = null
    var cap_download:Boolean? = null
    var error:String? = null
}

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

{"usua_login":"String","sist_sist":0,"empr_empr":0,"carp_carp":0}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"carp_carp":0,"carp_delete":false,"carp_upload":false,"carp_share":false,"cap_download":false,"error":"String"}