Reporting Services

<back to all web services

ReconTotalSummary

Requires Authentication
The following routes are available for this service:
All Verbs/Recon

export class ReconSummary
{
    public bizDate: string;
    public computerName?: string;
    public serialNumber?: string;
    public transactionType?: string;
    public amount: number;
    public debit: number;
    public amex: number;
    public noAmex: number;
    public debitCount: number;
    public amexCount: number;
    public noAmexCount: number;
    public locationId?: string;
    public locationName?: string;
    public reconAmt?: number;
    public notes?: string;
    public _id?: string;
    public inMongo: boolean;
    public route?: string;
    public uniqueTransID?: number;
    public missingTransaction: boolean;
    public totalCount?: number;
    public maxUniqueTransID?: number;
    public computerDateTime?: string;
    public terminalDateTime?: string;
    public compTermMinDiff?: number;
    public depDate?: string;
    public cipServerTrans?: string;

    public constructor(init?: Partial<ReconSummary>) { (Object as any).assign(this, init); }
}

export class ReconSummaryDate
{
    public bizDate: string;
    public subTotal: number;
    public debitTotal: number;
    public amexTotal: number;
    public noAmexTotal: number;
    public debitCount: number;
    public amexCount: number;
    public noAmexCount: number;
    public reconSummary?: ReconSummary[];
    public depDate?: string;

    public constructor(init?: Partial<ReconSummaryDate>) { (Object as any).assign(this, init); }
}

export class ReconTotalSummary
{
    public reconSummaryDate?: ReconSummaryDate[];
    public lid?: string;
    public locationName?: string;

    public constructor(init?: Partial<ReconTotalSummary>) { (Object as any).assign(this, init); }
}

TypeScript ReconTotalSummary DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
Content-Type: application/json
Content-Length: length

{"lid":"String","locationName":"String"}