FrameAppWS

<back to all web services

GetReportsRQ

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

public class dtos
{

    public static class GetReportsRQ
    {
        public String usua_login = null;
        public Integer sist_sist = null;
        public Integer empr_empr = null;
        public Date fechaini = null;
        public Date fechafin = null;
        
        public String getUsuaLogin() { return usua_login; }
        public GetReportsRQ setUsuaLogin(String value) { this.usua_login = value; return this; }
        public Integer getSistSist() { return sist_sist; }
        public GetReportsRQ setSistSist(Integer value) { this.sist_sist = value; return this; }
        public Integer getEmprEmpr() { return empr_empr; }
        public GetReportsRQ setEmprEmpr(Integer value) { this.empr_empr = value; return this; }
        public Date getFechaini() { return fechaini; }
        public GetReportsRQ setFechaini(Date value) { this.fechaini = value; return this; }
        public Date getFechafin() { return fechafin; }
        public GetReportsRQ setFechafin(Date value) { this.fechafin = value; return this; }
    }

    public static class GetDirectoryRS
    {
        public ArrayList<FileItemRecursive> FileItem = null;
        
        public ArrayList<FileItemRecursive> getFileItem() { return FileItem; }
        public GetDirectoryRS setFileItem(ArrayList<FileItemRecursive> value) { this.FileItem = value; return this; }
    }

    public static class FileItemRecursive
    {
        public BigDecimal idArchivo = null;
        public BigDecimal carp_carp = null;
        public BigDecimal carp_padre = null;
        public Boolean isDirectory = null;
        public String name = null;
        public String usua_login = null;
        public Date fecha = null;
        public ArrayList<FileItemRecursive> items = null;
        
        public BigDecimal getIdArchivo() { return idArchivo; }
        public FileItemRecursive setIdArchivo(BigDecimal value) { this.idArchivo = value; return this; }
        public BigDecimal getCarpCarp() { return carp_carp; }
        public FileItemRecursive setCarpCarp(BigDecimal value) { this.carp_carp = value; return this; }
        public BigDecimal getCarpPadre() { return carp_padre; }
        public FileItemRecursive setCarpPadre(BigDecimal value) { this.carp_padre = value; return this; }
        public Boolean getIsDirectory() { return isDirectory; }
        public FileItemRecursive setIsDirectory(Boolean value) { this.isDirectory = value; return this; }
        public String getName() { return name; }
        public FileItemRecursive setName(String value) { this.name = value; return this; }
        public String getUsuaLogin() { return usua_login; }
        public FileItemRecursive setUsuaLogin(String value) { this.usua_login = value; return this; }
        public Date getFecha() { return fecha; }
        public FileItemRecursive setFecha(Date value) { this.fecha = value; return this; }
        public ArrayList<FileItemRecursive> getItems() { return items; }
        public FileItemRecursive setItems(ArrayList<FileItemRecursive> value) { this.items = value; return this; }
    }

}

Java GetReportsRQ DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

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/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: 
	[
		{
			
		}
	]
}