Overview
This structure includes basic information associated with the user who stole the lock (PwsUserSummary) as well as the ProjectorLockSetId.
Elements
Element | Data Type | Description | Sample Data |
---|
LockStolenByUser | PwsUserSummary | This structure includes basic information about a user |
|
ProjectorLockSetId | Int32 | Click here for more information | 3836 |
Usage Example(s)
<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>