Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curl --location --request POST 'https://apps.teleperformance.pt/ClickToCall/Click2Call.svc' \
- --header 'Content-Type: text/xml' \
- --header 'SOAPAction: "http://tempuri.org/IClick2Call/InsertContact"' \
- --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">
- <soapenv:Header/>
- <soapenv:Body>
- <tem:InsertContact>
- <!--Optional:-->
- <tem:name>nikoAdoricTest03</tem:name>
- <!--Optional:-->
- <tem:phone>211111117</tem:phone>
- <!--Optional:-->
- <tem:call_now>1</tem:call_now>
- <!--Optional:-->
- <tem:call_date>2023-01-09 15:43:00</tem:call_date>
- <!--Optional:-->
- <tem:load_type>EASYLOAD_CAMPAIGN</tem:load_type>
- <!--Optional:-->
- <tem:comments></tem:comments>
- <!--Optional:-->
- <tem:campaign>pmi_pt_in_c2c_dev</tem:campaign>
- <!--Optional:-->
- <tem:username>******</tem:username>
- <!--Optional:-->
- <tem:password>*******</tem:password>
- </tem:InsertContact>
- </soapenv:Body>
- </soapenv:Envelope>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement