GET api/GetDashboardLeadConversionCount?jsonData={jsonData}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonData | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetDashboardLeadConversionCountResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Data | Collection of GetDashboardLeadConversionCountVm |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Data": [
{
"Executive": "sample string 1",
"TotalLeads": 2,
"SiteVisitScheduledCount": 3,
"SiteVisitConductedCount": 4,
"FollowupCount": 5,
"MeetingsCount": 6,
"CustomerCount": 7,
"LeadToCustomer": 8,
"MeetingsToCustomer": 9
},
{
"Executive": "sample string 1",
"TotalLeads": 2,
"SiteVisitScheduledCount": 3,
"SiteVisitConductedCount": 4,
"FollowupCount": 5,
"MeetingsCount": 6,
"CustomerCount": 7,
"LeadToCustomer": 8,
"MeetingsToCustomer": 9
}
]
}
application/xml, text/xml
Sample:
<GetDashboardLeadConversionCountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Dashboard">
<Data>
<GetDashboardLeadConversionCountVm>
<CustomerCount>7</CustomerCount>
<Executive>sample string 1</Executive>
<FollowupCount>5</FollowupCount>
<LeadToCustomer>8</LeadToCustomer>
<MeetingsCount>6</MeetingsCount>
<MeetingsToCustomer>9</MeetingsToCustomer>
<SiteVisitConductedCount>4</SiteVisitConductedCount>
<SiteVisitScheduledCount>3</SiteVisitScheduledCount>
<TotalLeads>2</TotalLeads>
</GetDashboardLeadConversionCountVm>
<GetDashboardLeadConversionCountVm>
<CustomerCount>7</CustomerCount>
<Executive>sample string 1</Executive>
<FollowupCount>5</FollowupCount>
<LeadToCustomer>8</LeadToCustomer>
<MeetingsCount>6</MeetingsCount>
<MeetingsToCustomer>9</MeetingsToCustomer>
<SiteVisitConductedCount>4</SiteVisitConductedCount>
<SiteVisitScheduledCount>3</SiteVisitScheduledCount>
<TotalLeads>2</TotalLeads>
</GetDashboardLeadConversionCountVm>
</Data>
<Success>true</Success>
</GetDashboardLeadConversionCountResponse>