Example GET URL:
https://ezzycrm.com/api/getallleads?
UserId=872&PipelineId=324
Example Response:
{
"isSuccess": "true",
"data": [
{
"DealId": 30489,
"FirstName": "John",
"LastName": "Roy",
"JobTitle": "",
"EmailAddress": "Johnroy@ezzycrm.com",
"Phone": "0123456789",
"PhoneType": "Work",
"ContactRemark": "",
"Organization": "Organization",
"Address1": "Add1",
"Address2": "Add2",
"Country": "India",
"State": "Maharashtra",
"City": "Mumbai",
"ZipCode": "400084",
"Industry": "Software",
"DealTtile": "Deal title",
"LeadSource": "API",
"DealValue": "415.00",
"Currency": "INR",
"ExpectedCloseDate": "2022-06-10",
"LeadStatus": "Won",
"StageName": "Follow Up",
"PipeLineName": "Pipeline",
"CreatedOn": "9/6/2021 12:39:13 PM",
"Note": [
"Note1",
"Note2"
],
"CustomeField": [
{
"FieldName": "CustomeField1",
"Value":"1"
},
{
"FieldName": "CustomeField2",
"Value": "2"
}
]
}
],
"error": []
}