PwsStolenLock

Overview


This structure includes basic information about a lock that has been stolen. When a caller tries to assert a lock when saving changes to a Projector entity such as a project, and their lock has been stolen, the request will fail. The response will include an instance of this structure. It contains the identitiy of the user who stole the lock (PwsUserSummary), as well as the ProjectorLockSetId of the stolen lock.

Format


PwsStolenLock
  • PwsStolenLock

Elements


Element

Data Type

Description

Sample Data

LockStolenByUser

PwsUserSummary

This structure includes basic information about the user that stole the lock.


ProjectorLockSetId

Int32

The lock set id of the stolen lock. Click here for more information .

3836

Usage Example(s)


Example 01
            <a:StolenLock xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:LockStolenByUser>
                  <b:UserDisplayName>Web Services</b:UserDisplayName>
                  <b:UserId i:nil="true"/>
                  <b:UserReferenceSystemId>WS01</b:UserReferenceSystemId>
                  <b:UserUid>1152921504607067736</b:UserUid>
                  <b:EmailAddress>webservices@revcorp.bb</b:EmailAddress>
                  <b:FirstName>Web</b:FirstName>
                  <b:LastName>Services</b:LastName>
                  <b:MiddleName i:nil="true"/>
               </b:LockStolenByUser>
               <b:ProjectorLockSetId>3836</b:ProjectorLockSetId>
            </a:StolenLock>