Created
June 5, 2014 20:22
-
-
Save rondorkerin/bfbbc7c6fd5e99b14a9d to your computer and use it in GitHub Desktop.
Example Request and Response for SharpSpring APIv1
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
"Request Data:" | |
{ | |
"method":"getLead", | |
"params":{ | |
"id":"<a lead id>" | |
}, | |
"id":"<your request ID>", | |
} | |
"Response Data:" | |
{ | |
"result":{ | |
"lead":[ | |
{ | |
"id":"<id>", | |
"companyName":"<company name>", | |
"title":"<title>", | |
"firstName":"<first name>", | |
"lastName":"<last name>", | |
"street":"<street>", | |
"city":"<city>", | |
"country":"<country>", | |
"state":"<state>", | |
"zipcode":"<zip code>", | |
"emailAddress":"<email>", | |
"website":"<website>", | |
"phoneNumber":"<phone number>", | |
"mobilePhoneNumber":"<mobile phone number>", | |
"faxNumber":"<fax number>", | |
"description":"<description>", | |
"leadScore":"<lead score>", | |
"industry":"<industry>", | |
"active":"<is active>", | |
"isUnsubscribed":"<is unsubscribed>", | |
"leadStatus":"<lead status>" | |
} | |
] | |
}, | |
"error":null, | |
"id":"<your request ID>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the request id here? Can anyone response us please?