Open the Portico Developer Guide site
PosGateway Schema
RptStartUtcDT Element
PosGateway Schema > PosReportActivityReqType Complex Type : RptStartUtcDT Element
Description

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). If the element is not present, start date time will be defaulted to today at 00:00:00.

Transactions must have been run at or after this time to be returned.

Namespace http://Hps.Exchange.PosGateway
Type
xs:dateTime
Overview
RptStartUtcDT 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). If the element is not present, start date time will be defaulted to today at 00:00:00.

Transactions must have been run at or after this time to be returned.

Source
<xs:element name="RptStartUtcDT" type="xs:dateTime" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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). If the element is not present, start date time will be defaulted to today at 00:00:00.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Transactions must have been run at or after this time to be returned.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PosReportActivityReqType Complex TypePosGateway Schema