GET api/Report/GetResolvedLeadData?associateId={associateId}&startDate={startDate}&endDate={endDate}&leadOriginId={leadOriginId}&total={total}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateId | integer |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
|
| leadOriginId | integer |
Required |
|
| total | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResolvedLeadSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadResolutionId | integer |
None. |
|
| LeadResolution | string |
None. |
|
| ResolutionTotal | integer |
None. |
|
| LeadOriginTotal | integer |
None. |
|
| Percentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LeadResolutionId": 1,
"LeadResolution": "sample string 2",
"ResolutionTotal": 1,
"LeadOriginTotal": 1,
"Percentage": 100.0
},
{
"LeadResolutionId": 1,
"LeadResolution": "sample string 2",
"ResolutionTotal": 1,
"LeadOriginTotal": 1,
"Percentage": 100.0
}
]