Open the Portico Developer Guide site
PosGateway Schema
PosReportTxnResearchReqType Complex Type
PosGateway Schema : PosReportTxnResearchReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
EndUtcDT Element StartUtcDT Element BatchId Element DeviceId Element SiteId Element MerchantId Element x_global_transaction_id Element ClientTxnId Element OriginalGatewayTxnId Element GatewayTxnId Element All PosReportTxnResearchReqType Complex Type
Overview
All
GatewayTxnId optional txnIdType Simple Type

Gateway-generated transaction identifier.

OriginalGatewayTxnId optional txnIdType Simple Type

If the transaction performed an action on a previous transaction, this is the ID of the transaction that was acted upon.

ClientTxnId optional clientIdType Simple Type

Client-generated transaction identifier.

x_global_transaction_id optional x_global_transaction_idType Simple Type

Global Payments-generated transaction identifier.

MerchantId optional MerchantIdType Simple Type

Merchant Number.

SiteId optional siteIdType Simple Type

Site identifier used to process the request

DeviceId optional deviceIdType Simple Type

Device identifier used to process the request

BatchId optional batchIdType Simple Type

Batch identifier.

StartUtcDT optional xs:dateTime

Start date time used to filter the results to a particular date time range. The date time must be specified in UTC (Coordinated Universal Time).

EndUtcDT optional xs:dateTime

End date time used to filter the results to a particular date time range. The date time must be specified in UTC (Coordinated Universal Time).

Used By
ReportTxnResearch Element
Source
<xs:complexType name="PosReportTxnResearchReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="GatewayTxnId" type="txnIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Gateway-generated transaction identifier.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginalGatewayTxnId" type="txnIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">If the transaction performed an action on a previous transaction, this is the ID of the transaction that was acted upon.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ClientTxnId" type="clientIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Client-generated transaction identifier.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="x_global_transaction_id" type="x_global_transaction_idType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Global Payments-generated transaction identifier.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MerchantId" type="MerchantIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Merchant Number.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SiteId" type="siteIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Site identifier used to process the request</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeviceId" type="deviceIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Device identifier used to process the request</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BatchId" type="batchIdType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Batch identifier.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StartUtcDT" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Start date time used to filter the results to a particular date time range. The date time must be specified in UTC (Coordinated Universal Time).</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EndUtcDT" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">End date time used to filter the results to a particular date time range. The date time must be specified in UTC (Coordinated Universal Time).</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema