SOAP API - updatePushDestinations

The table summarizes the SOAP API - updatePushDestinations.

Request Uses the updatePushDestinationselement (from the OrgModelService schema)
Parameter notes
Response Returns an updatePushDestinationsResponseelement (from the OrgModelService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:org="http://orgmodel.api.de.bpm.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <org:updatePushDestinations model-version="9" entity-type="RESOURCE" guid="27F2BC92-816E-4C7E-A4B7-23018E151873" >
         <set-destination name="Office" channel-type="EmailChannel" channel-id="openspaceEmailPush_DefaultChannel" enabled="true">
            <value>supportMrg@megaCorp.com</value>
         </set-destination>
      </org:updatePushDestinations>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <updatePushDestinationsResponse xmlns="http://orgmodel.api.de.bpm.tibco.com"/>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>