Versions Compared

Key

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

...

Code Block
languagexml
titleRequest 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/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
     <PwsDeleteClient><soapenv:Header/>
   <soapenv:Body>
      <pws:PwsDeleteClient>
         <serviceRequest><pws:serviceRequest>
            <RequestId>1<<req:RequestId>1</req:RequestId>
            <SessionTicket>AVWN2cthcvkr13Vtxbkl4Q<req:SessionTicket>AavFwbZgVb9V4tr3R7BbzQ==</req:SessionTicket>
            <CascadeDeleteFlag>true<<req:CascadeDeleteFlag>true</req:CascadeDeleteFlag>
            <req:ClientIdentity>
            <ClientIdentity>   <!--com:ClientId>?</com:ClientId-->
               <ClientNumber>C000117<<com:ClientNumber>C000122</com:ClientNumber>
               <!--com:ClientUid>?</com:ClientUid-->
            </req:ClientIdentity>
            <InactivateIfInuseFlag>true<<req:InactivateIfInuseFlag>true</req:InactivateIfInuseFlag>
         </pws:serviceRequest>
      </pws:PwsDeleteClient>
   </soapenv:Body>
</soapenv:Envelope>


Response Format


Panel
titlePwsDeleteClientRs

...

ElementData TypeDescriptionSample Data
MessagesPwsMessage

Click here for more information


ResponseIdInt32Click here for more information1
StatusRequestStatusClick here for more informationOk
ServerTimestampUtcDateTimeClick here for more information
20172018-1201-21T1617T19:1400:0118.7558585Z2269303Z
ClientIdentityPwsClientRef [0..1]The identity of the deleted client

...