Reporting Services

<back to all web services

ReconTotalSummary

Requires Authentication
The following routes are available for this service:
All Verbs/Recon
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class ReconTotalSummary
{
    open var ReconSummaryDate:ArrayList<ReconSummaryDate>? = null
    open var Lid:String? = null
    open var LocationName:String? = null
}

open class ReconSummaryDate
{
    open var BizDate:Date? = null
    open var SubTotal:BigDecimal? = null
    open var DebitTotal:BigDecimal? = null
    open var AmexTotal:BigDecimal? = null
    open var NoAmexTotal:BigDecimal? = null
    open var DebitCount:Int? = null
    open var AmexCount:Int? = null
    open var NoAmexCount:Int? = null
    open var ReconSummary:ArrayList<ReconSummary>? = null
    open var DepDate:Date? = null
}

open class ReconSummary
{
    open var BizDate:Date? = null
    open var ComputerName:String? = null
    open var SerialNumber:String? = null
    open var TransactionType:String? = null
    open var Amount:BigDecimal? = null
    open var Debit:BigDecimal? = null
    open var Amex:BigDecimal? = null
    open var NoAmex:BigDecimal? = null
    open var DebitCount:BigDecimal? = null
    open var AmexCount:BigDecimal? = null
    open var NoAmexCount:BigDecimal? = null
    open var LocationId:String? = null
    open var LocationName:String? = null
    open var ReconAmt:BigDecimal? = null
    open var Notes:String? = null
    open var _id:String? = null
    open var inMongo:Boolean? = null
    open var Route:String? = null
    open var UniqueTransID:Int? = null
    open var MissingTransaction:Boolean? = null
    open var TotalCount:Int? = null
    open var MaxUniqueTransID:Int? = null
    open var ComputerDateTime:Date? = null
    open var TerminalDateTime:Date? = null
    open var CompTermMinDiff:Int? = null
    open var DepDate:Date? = null
    open var CipServerTrans:String? = null
}

Kotlin ReconTotalSummary DTOs

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

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Recon HTTP/1.1 
Host: cip-reporting-dev.chargeitpro.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"Lid":"String","LocationName":"String"}