Advertisement
NikolayBezay

PMI Click2Call example request for the Postman tool(from Adoric team).

Feb 10th, 2023 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. curl --location --request POST 'https://apps.teleperformance.pt/ClickToCall/Click2Call.svc' \
  2. --header 'Content-Type: text/xml' \
  3. --header 'SOAPAction: "http://tempuri.org/IClick2Call/InsertContact"' \
  4. --data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:tpc="http://schemas.datacontract.org/2004/07/TPClick2Call_WCF">
  5. <soapenv:Header/>
  6. <soapenv:Body>
  7. <tem:InsertContact>
  8. <!--Optional:-->
  9. <tem:name>nikoAdoricTest03</tem:name>
  10. <!--Optional:-->
  11. <tem:phone>211111117</tem:phone>
  12. <!--Optional:-->
  13. <tem:call_now>1</tem:call_now>
  14. <!--Optional:-->
  15. <tem:call_date>2023-01-09 15:43:00</tem:call_date>
  16. <!--Optional:-->
  17. <tem:load_type>EASYLOAD_CAMPAIGN</tem:load_type>
  18. <!--Optional:-->
  19. <tem:comments></tem:comments>
  20. <!--Optional:-->
  21. <tem:campaign>pmi_pt_in_c2c_dev</tem:campaign>
  22. <!--Optional:-->
  23. <tem:username>******</tem:username>
  24. <!--Optional:-->
  25. <tem:password>*******</tem:password>
  26. </tem:InsertContact>
  27. </soapenv:Body>
  28. </soapenv:Envelope>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement