Oracle CRM On Demand CTI Developer's Guide > CTI Integration APIs > CTI Activity Web Service >

CTIActivityWrapUp SOAP Response


The following is the SOAP response for the request shown in CTIActivityWrapUp SOAP Request.

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="urn:crmondemand/ws/odctibs/ctiactivity/" xmlns:ns1="urn:/crmondemand/xml/ctiactivity/data">

<env:Header>

<wsse:Security env:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>

</env:Header>

<env:Body>

<ns0:CTIActivityWrapUp_Output>

<ns1:ListOfActivity>

   <ns1:Activity>

      <ns1:Status>OK</ns1:Status>

      <ns1:InteractionId>100000000000</ns1:InteractionId>

      <ns1:AgentOfferTime>1287786900</ns1:AgentOfferTime>

   </ns1:Activity>

   <ns1:Activity>

      <ns1:Status>OK</ns1:Status>

      <ns1:InteractionId>100000000001</ns1:InteractionId>

      <ns1:AgentOfferTime>1287786900</ns1:AgentOfferTime>

   </ns1:Activity>

   <ns1:Activity>

      <ns1:Status>OK</ns1:Status>

      <ns1:InteractionId>100000000002</ns1:InteractionId>

      <ns1:AgentOfferTime>1287786900</ns1:AgentOfferTime>

   </ns1:Activity>

   <ns1:Activity>

      <ns1:Status>OK</ns1:Status>

      <ns1:InteractionId>100000000003</ns1:InteractionId>

      <ns1:AgentOfferTime>1287786900</ns1:AgentOfferTime>

   </ns1:Activity>

</ns1:ListOfActivity>

</ns0:CTIActivityWrapUp_Output>

</env:Body>

</env:Envelope>

Oracle CRM On Demand CTI Developer's Guide, Release 38 Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices.