Skip to content

Instantly share code, notes, and snippets.

@rahulshivsharan
Created September 2, 2015 07:12
Show Gist options
  • Save rahulshivsharan/e2588a6e4b9d21af5114 to your computer and use it in GitHub Desktop.
Save rahulshivsharan/e2588a6e4b9d21af5114 to your computer and use it in GitHub Desktop.
Curl command for post request to REST services
curl -H "Content-Type: application/json" -X POST -d '{ "createlead" : { "last_name" : "Rahul Shivsharan", "subject" : "From Commandline", "email1" : "rahul.shivsharan@ril.com", "lead_source" : "Website", "phone_mobile" : "9867934525", "org_name" : "Reliance" } }' http://10.140.216.20:14280/il/crm/createLead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment