All Verbs | /restfiles/GetPermissionRQ |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
usua_login | query | string | No | |
sist_sist | query | int | No | |
empr_empr | query | int | No | |
carp_carp | query | decimal | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
carp_carp | form | decimal | No | |
carp_delete | form | bool | No | |
carp_upload | form | bool | No | |
carp_share | form | bool | No | |
cap_download | form | bool | No | |
error | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
Content-Length: length
{"usua_login":"String","sist_sist":0,"empr_empr":0,"carp_carp":0}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"carp_carp":0,"carp_delete":false,"carp_upload":false,"carp_share":false,"cap_download":false,"error":"String"}