Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample 01 - Client Number Only
collapsetrue
              <PwsClientRef>
                  <ClientNumber>C001001</ClientNumber>
               </com:PwsClientRef>
Code Block
languagexml
titleExample 02 - Client Uid Only
collapsetrue
<a:ClientIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
            <PwsClientRef>                <ClientUid>1152921504606989814</b:ClientUid>
            <PwsClientRef>
Code Block
languagexml
titleExample 03 - Client Number and Client Uid
collapsetrue
<b:ClientId i:nil="true"/>
          <PwsClientRef>                <ClientNumber>C001001<<b:ClientNumber>C000122</b:ClientNumber>
               <ClientUid>1152921504606989814<<b:ClientUid>1152921504606998463</b:ClientUid>
            <PwsClientRef>
</a:ClientIdentity>