Versions Compared

Key

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

...

Element

Data Type

Required?

DescriptionSample Data

EntityIdentity

PwsProjectorLockEntity

Yes

The complete set of information associated with a Projector Lock

EntityTimestamp

String

No

This is a Base64 encoded timestamp optionally utilized for locking.AAAAABCotjg=

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <req:Locks>
               <com:PwsProjectorLockRequest>
                  <com:EntityIdentity>
                     <com:EntityCode>P001468-001</com:EntityCode>
                     <com:EntityUid>1152921504607429941</com:EntityUid>
                     <com:LockType>P</com:LockType>
                  </com:EntityIdentity>
                  <com:EntityTimestamp>AAAAABCotjg=</com:EntityTimestamp>          
               </com:PwsProjectorLockRequest>
            </req:Locks>