| All Verbs | /restfiles/GetDirectoryRQ |
|---|
| 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 .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /restfiles/GetDirectoryRQ HTTP/1.1
Host: soluser-recaudo.sgsas.co
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
usua_login: String,
sist_sist: 0,
empr_empr: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
FileItem:
[
{
}
]
}