Open the Portico Developer Guide site
PosGateway Schema
PosImpersonateReqType Complex Type
PosGateway Schema : PosImpersonateReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
DeviceId Element UserName Element MerchNbr Element All PosImpersonateReqType Complex Type
Overview
All
MerchNbr merchNbrType Simple Type

The merchant this user belongs to

UserName userNameType Simple Type

The user to impersonate

DeviceId deviceIdType Simple Type

The device the user will be impersonated on (must belong to this merchant)

Used By
Impersonate Element
Source
<xs:complexType name="PosImpersonateReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="MerchNbr" type="merchNbrType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The merchant this user belongs to</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UserName" type="userNameType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The user to impersonate</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DeviceId" type="deviceIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The device the user will be impersonated on (must belong to this merchant)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema