Advertisement
NikolayBezay

Menora Leads

Nov 5th, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. curl --location --request POST 'https://massl.menoramivt.co.il/SalesforceLeadsWrapper/toSalesforce/lead/open' \
  2. --header 'Content-Type: application/json' \
  3. --data-raw '{
  4. "leads":[
  5. {
  6. "LastName":"adoricNikoTest",
  7. "FirstName":"PostmanTest",
  8. "MobilePhone":"0509998877",
  9. "Email":"nikotestP@mail.com",
  10. "GCLID__c":"***************",
  11. "Main_Marketing_Campaign__c":"This is a marketing campaign targeted towards students aged 18+. ",
  12. "UTM_Source__c":"",
  13. "UTM_Medium__c":"",
  14. "UTM_Campaign__c":"",
  15. "UTM_Content__c":"",
  16. "UTM_Term__c":"",
  17. "Skill__r":{
  18. "External_ID__c":"********"
  19. },
  20. "Sub_Campaign__c":"*******",
  21. "Page_Header__c":"sample header",
  22. "Full_Website_Link__c":"http://localhost",
  23. "Desktop_Mobile__c":"Mobile",
  24. "Lead_Type__c":"*********",
  25. "Business_Line_Code_From_Siebel__c":"**********",
  26. "Return_FLG__c":false,
  27. "Siebel_Campaign__r":{
  28. "Siebel_Id__c":"***********"
  29. }
  30. }
  31. ]
  32. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement