All Verbs | /restfiles/GetReportsRQ |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
usua_login | query | string | No | |
sist_sist | query | int | No | |
empr_empr | query | int | No | |
fechaini | query | DateTime | No | |
fechafin | query | DateTime | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
FileItem | form | List<FileItemRecursive> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
idArchivo | form | decimal? | No | |
carp_carp | form | decimal? | No | |
carp_padre | form | decimal? | No | |
isDirectory | form | bool | No | |
name | form | string | No | |
usua_login | form | string | No | |
fecha | form | DateTime | No | |
items | form | IEnumerable<FileItemRecursive> | No |
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 /restfiles/GetReportsRQ 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,"fechaini":null,"fechafin":null}
HTTP/1.1 200 OK Content-Type: text/jsonl Content-Length: length {"FileItem":[{}]}