Skip to content

Instantly share code, notes, and snippets.

@rohithBirdeye
Created April 22, 2019 18:41
Show Gist options
  • Save rohithBirdeye/19c6e8309d0e1fddd019b5e7aa17e439 to your computer and use it in GitHub Desktop.
Save rohithBirdeye/19c6e8309d0e1fddd019b5e7aa17e439 to your computer and use it in GitHub Desktop.
curl -X POST \
http://10.9.11.19:8080/leadgen/leadscore \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{"Lead ID": "00Q3600000WVCNL", "Company / Account": "Parham Law Firm LLC", "Industry1": "Legal", "Marketing Channel": "Product emails", "Lead Campaign": "product_email", "Lead Sub Campaign": "follow_up_v2", "Lead Campaign KW": "%2Bgoogles%20%2Breviews", "Lead Intent": 1, "Lead Life Cycle": "Downgrade - Bad Data/Test", "Country": "United States", "City": "Atlanta", "State/Province": "Georgia", "Zip/Postal Code": 30339, "Business Locations": 1, "Business Phone": "(678) 439-1482", "Website": "www.parhamlaw.net" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment