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

Identifier assigned by the merchant or client to the clerk running this transaction; this must not contain sensitive data

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

Identifier assigned by the merchant or client to the clerk running this transaction; this must not contain sensitive data

Source
<xs:element name="ClerkID" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Identifier assigned by the merchant or client to the clerk running this transaction; this must not contain sensitive data</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="50" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Header ElementVer1.0 ElementPosRequest ElementPosGateway Schema