Versions Compared

Key

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

...

Panel
titlePwsReleaseProjectorLocks Request
  • PwsReleaseProjectorLocks

Request Elements


Element

Data Type

Required?

Description

Sample Data

RequestId

Int32

No

Click here for more information


SessionTicket

String

Yes 

Click here for more information 

AaoSuE89vJzjNFnsXZNioA==

ProjectorLockSetId

Int32

Yes 

Click here for more information

3673

Request Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsReleaseProjectorLocks>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AaoSuE89vJzjNFnsXZNioA==</req:SessionTicket>
            <req:ProjectorLockSetId>3673</req:ProjectorLockSetId>
         </pws:serviceRequest>
      </pws:PwsReleaseProjectorLocks>
   </soapenv:Body>
</soapenv:Envelope>

...

Panel
titlePwsReleaseProjectorLocks Response

Response Elements


Element

Data Type

Description

Sample Data

Messages

PwsMessage[]

 



ResponseId

Int32

 



Status

RequestStatus

 



ServerTimestampUtc

DateTime

 

StolenLock

PwsStolenLock

 



StolenLock

PwsStolenLock



Response Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsReleaseProjectorLocksResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsReleaseProjectorLocksResult xmlns:a="http://projectorpsa.com/DataContracts/Responses/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>          
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">1</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-10-30T19:41:16.1639271Z</ServerTimestampUtc>
            <a:StolenLock i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
         </PwsReleaseProjectorLocksResult>
      </PwsReleaseProjectorLocksResponse>
   </s:Body>
</s:Envelope>

PwsReleaseProjectorLocks - Common Errors and Warnings


ErrorNumber

ErrorCode

ErrorText