Class GetTransactionReportWithTraceNumberRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) | |
| locationIds | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) This element will be repeated for each location requested. | |
| beginTransDate | DateTime | Y | This element represents the transaction date from which to start gathering transaction information. | |
| endTransDate | DateTime | Y | This element represents the last transaction date to use for gathering transaction information. |
Examples
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header/>
<soapenv:Body>
<pv:GetTransactionReportWithTraceNumber>
<pv:storeId>3000026042</pv:storeId>
<!--Optional:-->
<pv:storeKey>tIllJfRddsprq4cXTh7ysRNiwtXh</pv:storeKey>
<pv:entityId>451893</pv:entityId>
<!--Optional:-->
<pv:locationIds>
<!--Zero or more repetitions:-->
<pv:int>0</pv:int>
</pv:locationIds>
<pv:beginTransDate>2019-05-07T16:00:00</pv:beginTransDate>
<pv:endTransDate>2019-05-07T16:15:00</pv:endTransDate>
</pv:GetTransactionReportWithTraceNumber>
</soapenv:Body>
</soapenv:Envelope>