Open the Portico Developer Guide site
PosGateway Schema
FleetPromptDataType Complex Type
PosGateway Schema : FleetPromptDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
OdometerReading Element DriverIdNbr Element VehicleNbr Element FleetProductTypeCode Element All FleetPromptDataType Complex Type
Overview
All
FleetProductTypeCode optional FleetProductTypeCode Simple Type

Value encoded on the card that drives what information is prompted for at the point of sale.

Valid values include:

  • 1 - Prompts for ID number and odometer reading
  • 2 - Prompts for vehicle number and odometer reading
  • 3 - Prompts for driver number and odometer reading
  • 4 - Prompts for odometer reading only
  • 5 - No prompts issued
VehicleNbr optional VehicleNbrType Simple Type

The Vehicle Number entered by the driver. Required when the FleetProductTypeCode is 2. For Mastercard the maximum value is 6 digits.

DriverIdNbr optional DriverIdNbrType Simple Type

The Driver ID / Driver Number entered by the driver. Required when the FleetProductTypeCode is 1 or 3. For Mastercard the maximum value is 6 digits.

OdometerReading optional OdometerReadingType Simple Type

The Odometer Reading entered by the driver. Required when the FleetProductTypeCode is 1, 2, 3, or 4.

Used By
FleetPromptData Element
Source
<xs:complexType name="FleetPromptDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="FleetProductTypeCode" type="FleetProductTypeCode" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Value encoded on the card that drives what information is prompted for at the point of sale.</p>
          <p xmlns="http://Hps.Exchange.PosGateway">Valid values include:</p>
          <ul xmlns="http://Hps.Exchange.PosGateway">
            <li>1 - Prompts for ID number and odometer reading</li>
            <li>2 - Prompts for vehicle number and odometer reading</li>
            <li>3 - Prompts for driver number and odometer reading</li>
            <li>4 - Prompts for odometer reading only</li>
            <li>5 - No prompts issued</li>
          </ul>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VehicleNbr" type="VehicleNbrType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The Vehicle Number entered by the driver. Required when the FleetProductTypeCode is 2.  For Mastercard the
maximum value is 6 digits.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DriverIdNbr" type="DriverIdNbrType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The Driver ID / Driver Number entered by the driver. Required when the FleetProductTypeCode is 1 or 3.  For Mastercard the
maximum value is 6 digits.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OdometerReading" type="OdometerReadingType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The Odometer Reading entered by the driver. Required when the FleetProductTypeCode is 1, 2, 3, or 4.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema