Open the Portico Developer Guide site
PosGateway Schema
ForeignTicketId Element
PosGateway Schema > TYPointsDataType Complex Type : ForeignTicketId Element
Description

Invoice number or unique sales folio of the point of sale. Must be present for all Thank You Point requests.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
ForeignTicketId optional Restriction of xs:string

Invoice number or unique sales folio of the point of sale. Must be present for all Thank You Point requests.

Source
<xs:element name="ForeignTicketId" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Invoice number or unique sales folio of the point of sale. Must be present for all Thank You Point requests.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="80" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
TYPointsDataType Complex TypePosGateway Schema