Reporting Services

<back to all web services

ReconMultiLocRequest

Requires Authentication
The following routes are available for this service:
All Verbs/Recon/Company/{CompanyId}/{UserId}
All Verbs/Recon/Company/{CompanyId}
All Verbs/Recon/Company/{CompanyId}/{Start}/{Take}
All Verbs/Recon/Company/{CompanyId}/{Start}/{Take}/{UserId}
All Verbs/Recon/Company/{CompanyId}/{Start}/{Take}/{ColumnNameToOrderBy}/{OrderByDesc}
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class ReconMultiLocRequest
{
    open var companyId:Int? = null
    open var start:Int? = null
    open var take:Int? = null
    open var userId:String? = null
    open var columnNameToOrderBy:Int? = null
    open var orderByDesc:Boolean? = null
}

Kotlin ReconMultiLocRequest 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 /Recon/Company/{CompanyId}/{UserId} HTTP/1.1 
Host: cip-reporting-dev.chargeitpro.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	companyId: 0,
	start: 0,
	take: 0,
	userId: String,
	columnNameToOrderBy: 0,
	orderByDesc: False
}