Open the Portico Developer Guide site
PosGateway Schema
ReportBatchDetail Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : ReportBatchDetail Element
Description

ReportBatchDetail returns information on each transaction currently associated to the specified batch. This report is for the site and device referenced in the header.

Namespace http://Hps.Exchange.PosGateway
Type
PosReportBatchDetailReqType Complex Type
Diagram
DeviceId Element SiteId Element TzConversion Element BatchId Element All ReportBatchDetail Element
Overview
ReportBatchDetail PosReportBatchDetailReqType Complex Type

ReportBatchDetail returns information on each transaction currently associated to the specified batch. This report is for the site and device referenced in the header.

All
BatchId optional batchIdType Simple Type

Batch identifier used to filter the report results to a particular batch.

Note: If this is not provided, results will be returned for the current open batch.

TzConversion optional tzoneConversionType Simple Type

Indicates that a time zone conversion should be applied to dates/times in the response; see the associated Type enumerations for specific values supported.

SiteId optional siteIdType Simple Type

The Site identifier to query.

Note: The Site must belong to the same License as the requesting Site and Device. The Device identifier must also be specified. The Merchant must be enabled for this functionality.

DeviceId optional deviceIdType Simple Type

The Device identifier to query.

Note: The Device must belong to the Site in the request header or request body if used. The Merchant must be enabled for this functionality.

Source
<xs:element name="ReportBatchDetail" type="PosReportBatchDetailReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">ReportBatchDetail returns information on each transaction currently associated to the specified batch. This report is for the site and device referenced in the header.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema