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

Software version number assigned by Heartland during the certification process; this field is optional to support legacy integrations, but all new integrations require this value.

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

Software version number assigned by Heartland during the certification process; this field is optional to support legacy integrations, but all new integrations require this value.

Source
<xs:element name="VersionNbr" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Software version number assigned by Heartland during the certification process; this field is optional to support legacy integrations, but all new integrations require this value.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="4" />
      <xs:minLength value="4" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Header ElementVer1.0 ElementPosRequest ElementPosGateway Schema