Reporting Services

<back to all web services

ReconTotalSummary

Requires Authentication
The following routes are available for this service:
All Verbs/Recon
"use strict";
export class ReconSummary {
    /** @param {{bizDate?:string,computerName?:string,serialNumber?:string,transactionType?:string,amount?:number,debit?:number,amex?:number,noAmex?:number,debitCount?:number,amexCount?:number,noAmexCount?:number,locationId?:string,locationName?:string,reconAmt?:number,notes?:string,_id?:string,inMongo?:boolean,route?:string,uniqueTransID?:number,missingTransaction?:boolean,totalCount?:number,maxUniqueTransID?:number,computerDateTime?:string,terminalDateTime?:string,compTermMinDiff?:number,depDate?:string,cipServerTrans?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    bizDate;
    /** @type {?string} */
    computerName;
    /** @type {?string} */
    serialNumber;
    /** @type {?string} */
    transactionType;
    /** @type {number} */
    amount;
    /** @type {number} */
    debit;
    /** @type {number} */
    amex;
    /** @type {number} */
    noAmex;
    /** @type {number} */
    debitCount;
    /** @type {number} */
    amexCount;
    /** @type {number} */
    noAmexCount;
    /** @type {?string} */
    locationId;
    /** @type {?string} */
    locationName;
    /** @type {?number} */
    reconAmt;
    /** @type {?string} */
    notes;
    /** @type {?string} */
    _id;
    /** @type {boolean} */
    inMongo;
    /** @type {?string} */
    route;
    /** @type {?number} */
    uniqueTransID;
    /** @type {boolean} */
    missingTransaction;
    /** @type {?number} */
    totalCount;
    /** @type {?number} */
    maxUniqueTransID;
    /** @type {?string} */
    computerDateTime;
    /** @type {?string} */
    terminalDateTime;
    /** @type {?number} */
    compTermMinDiff;
    /** @type {?string} */
    depDate;
    /** @type {?string} */
    cipServerTrans;
}
export class ReconSummaryDate {
    /** @param {{bizDate?:string,subTotal?:number,debitTotal?:number,amexTotal?:number,noAmexTotal?:number,debitCount?:number,amexCount?:number,noAmexCount?:number,reconSummary?:ReconSummary[],depDate?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    bizDate;
    /** @type {number} */
    subTotal;
    /** @type {number} */
    debitTotal;
    /** @type {number} */
    amexTotal;
    /** @type {number} */
    noAmexTotal;
    /** @type {number} */
    debitCount;
    /** @type {number} */
    amexCount;
    /** @type {number} */
    noAmexCount;
    /** @type {?ReconSummary[]} */
    reconSummary;
    /** @type {?string} */
    depDate;
}
export class ReconTotalSummary {
    /** @param {{reconSummaryDate?:ReconSummaryDate[],lid?:string,locationName?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {?ReconSummaryDate[]} */
    reconSummaryDate;
    /** @type {?string} */
    lid;
    /** @type {?string} */
    locationName;
}

JavaScript ReconTotalSummary DTOs

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

HTTP + XML

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

<ReconTotalSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportingService.Services.Rest">
  <Lid>String</Lid>
  <LocationName>String</LocationName>
  <ReconSummaryDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/ReportingService.Data.Models" i:nil="true" />
</ReconTotalSummary>