| All Verbs | /Transactions/Duplicate |
|---|
"use strict";
export class DuplicateTransactionDetail {
/** @param {{objectId?:string,createdOn?:string,route?:string,serialNumber?:string,transactionType?:string,amountProcessed?:number,locationName?:string,locationId?:string,computerName?:string,amex?:number,noAmex?:number,uniqueTransIdNum?:number,uniqueTransId?:string,transactionId?:string,deviceBatchNumber?:string,developerName?:string,deviceName?:string,version?:string,computerDateTime?:string,terminalDateTime?:string,companyName?:string,maskedAccount?:string,approvalNumberResult?:string,merchantId?:string,companyId?:string,missingTransactions?:boolean,numberMissing?:number,startDateFilter?:string,endDateFilter?:string,adjustmentTypeId?:string,fromLogFile?:string,resultStatus?:string,minsTermOffBy?:number,source?:string,duplicateFlag?:string,comment?:string,dupCreatedOn?:string,dupCreatedBy?:string,dupCount?:number,processorTransactionId?:string,transactionReference?:string,billingName?:string,resultMessage?:string,transrefDiff?:boolean,cashier?:string,accountCardType?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {?string} */
objectId;
/** @type {string} */
createdOn;
/** @type {?string} */
route;
/** @type {?string} */
serialNumber;
/** @type {?string} */
transactionType;
/** @type {?number} */
amountProcessed;
/** @type {?string} */
locationName;
/** @type {?string} */
locationId;
/** @type {?string} */
computerName;
/** @type {?number} */
amex;
/** @type {?number} */
noAmex;
/** @type {?number} */
uniqueTransIdNum;
/** @type {?string} */
uniqueTransId;
/** @type {?string} */
transactionId;
/** @type {?string} */
deviceBatchNumber;
/** @type {?string} */
developerName;
/** @type {?string} */
deviceName;
/** @type {?string} */
version;
/** @type {?string} */
computerDateTime;
/** @type {?string} */
terminalDateTime;
/** @type {?string} */
companyName;
/** @type {?string} */
maskedAccount;
/** @type {?string} */
approvalNumberResult;
/** @type {?string} */
merchantId;
/** @type {?string} */
companyId;
/** @type {boolean} */
missingTransactions;
/** @type {number} */
numberMissing;
/** @type {?string} */
startDateFilter;
/** @type {?string} */
endDateFilter;
/** @type {?string} */
adjustmentTypeId;
/** @type {?string} */
fromLogFile;
/** @type {?string} */
resultStatus;
/** @type {?number} */
minsTermOffBy;
/** @type {?string} */
source;
/** @type {?string} */
duplicateFlag;
/** @type {?string} */
comment;
/** @type {?string} */
dupCreatedOn;
/** @type {?string} */
dupCreatedBy;
/** @type {?number} */
dupCount;
/** @type {?string} */
processorTransactionId;
/** @type {?string} */
transactionReference;
/** @type {?string} */
billingName;
/** @type {?string} */
resultMessage;
/** @type {?boolean} */
transrefDiff;
/** @type {?string} */
cashier;
/** @type {?string} */
accountCardType;
}
export class DuplicateTransactionEditRequest {
/** @param {{duplicateTrans?:DuplicateTransactionDetail[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {?DuplicateTransactionDetail[]} */
duplicateTrans;
}
JavaScript DuplicateTransactionEditRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Transactions/Duplicate HTTP/1.1
Host: cip-reporting-dev.chargeitpro.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<DuplicateTransactionEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportingService.Services.Rest.Transactions">
<DuplicateTrans xmlns:d2p1="http://schemas.datacontract.org/2004/07/ReportingService.Data.Models.Transactions">
<d2p1:DuplicateTransactionDetail>
<d2p1:AccountCardType>String</d2p1:AccountCardType>
<d2p1:AdjustmentTypeId>String</d2p1:AdjustmentTypeId>
<d2p1:Amex>0</d2p1:Amex>
<d2p1:AmountProcessed>0</d2p1:AmountProcessed>
<d2p1:ApprovalNumberResult>String</d2p1:ApprovalNumberResult>
<d2p1:BillingName>String</d2p1:BillingName>
<d2p1:Cashier>String</d2p1:Cashier>
<d2p1:Comment>String</d2p1:Comment>
<d2p1:CompanyId>String</d2p1:CompanyId>
<d2p1:CompanyName>String</d2p1:CompanyName>
<d2p1:ComputerDateTime>0001-01-01T00:00:00</d2p1:ComputerDateTime>
<d2p1:ComputerName>String</d2p1:ComputerName>
<d2p1:CreatedOn>0001-01-01T00:00:00</d2p1:CreatedOn>
<d2p1:DeveloperName>String</d2p1:DeveloperName>
<d2p1:DeviceBatchNumber>String</d2p1:DeviceBatchNumber>
<d2p1:DeviceName>String</d2p1:DeviceName>
<d2p1:DupCount>0</d2p1:DupCount>
<d2p1:DupCreatedBy>String</d2p1:DupCreatedBy>
<d2p1:DupCreatedOn>0001-01-01T00:00:00</d2p1:DupCreatedOn>
<d2p1:DuplicateFlag>String</d2p1:DuplicateFlag>
<d2p1:EndDateFilter>String</d2p1:EndDateFilter>
<d2p1:FromLogFile>String</d2p1:FromLogFile>
<d2p1:LocationId>String</d2p1:LocationId>
<d2p1:LocationName>String</d2p1:LocationName>
<d2p1:MaskedAccount>String</d2p1:MaskedAccount>
<d2p1:MerchantId>String</d2p1:MerchantId>
<d2p1:MinsTermOffBy>0</d2p1:MinsTermOffBy>
<d2p1:MissingTransactions>false</d2p1:MissingTransactions>
<d2p1:NoAmex>0</d2p1:NoAmex>
<d2p1:NumberMissing>0</d2p1:NumberMissing>
<d2p1:ObjectId>String</d2p1:ObjectId>
<d2p1:ProcessorTransactionId>String</d2p1:ProcessorTransactionId>
<d2p1:ResultMessage>String</d2p1:ResultMessage>
<d2p1:ResultStatus>String</d2p1:ResultStatus>
<d2p1:Route>String</d2p1:Route>
<d2p1:SerialNumber>String</d2p1:SerialNumber>
<d2p1:Source>String</d2p1:Source>
<d2p1:StartDateFilter>String</d2p1:StartDateFilter>
<d2p1:TerminalDateTime>0001-01-01T00:00:00</d2p1:TerminalDateTime>
<d2p1:TransactionId>String</d2p1:TransactionId>
<d2p1:TransactionReference>String</d2p1:TransactionReference>
<d2p1:TransactionType>String</d2p1:TransactionType>
<d2p1:TransrefDiff>false</d2p1:TransrefDiff>
<d2p1:UniqueTransId>String</d2p1:UniqueTransId>
<d2p1:UniqueTransIdNum>0</d2p1:UniqueTransIdNum>
<d2p1:Version>String</d2p1:Version>
</d2p1:DuplicateTransactionDetail>
</DuplicateTrans>
</DuplicateTransactionEditRequest>