Created
September 2, 2015 07:12
-
-
Save rahulshivsharan/e2588a6e4b9d21af5114 to your computer and use it in GitHub Desktop.
Curl command for post request to REST services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -H "Content-Type: application/json" -X POST -d '{ "createlead" : { "last_name" : "Rahul Shivsharan", "subject" : "From Commandline", "email1" : "[email protected]", "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