GET api/Lead/GetLeadReportLeads?associateContractId={associateContractId}&leadOrigin={leadOrigin}&roleInfo={roleInfo}&requestCacheKey={requestCacheKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateContractId | integer |
Required |
|
| leadOrigin | string |
Required |
|
| roleInfo | string |
Default value is |
|
| requestCacheKey | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadReportLeadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadId | integer |
None. |
|
| LeadOriginId | integer |
None. |
|
| LeadOrigin | LeadOriginEnum |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| FullName | string |
None. |
|
| City | string |
None. |
|
| Group | string |
None. |
|
| CallDate | date |
None. |
|
| CallStatusId | integer |
None. |
|
| CallStatus | CallStatusTypeEnum |
None. |
|
| ALP | decimal number |
None. |
|
| AnH | decimal number |
None. |
|
| AppointmentStatus | string |
None. |
|
| OutofAreaFlg | boolean |
None. |
|
| ResolutionTypeId | integer |
None. |
|
| ResolutionType | ResolutionTypeEnum |
None. |
|
| LeadBankTypeId | integer |
None. |
|
| HasComment | boolean |
None. |
|
| HasAppointment | boolean |
None. |
|
| IsCalled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LeadId": 1,
"LeadOriginId": 2,
"LeadOrigin": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 4, sample string 3",
"City": "sample string 5",
"Group": "sample string 6",
"CallDate": "2026-02-03T18:28:32.5913307-08:00",
"CallStatusId": 8,
"CallStatus": 8,
"ALP": 9.0,
"AnH": 10.0,
"AppointmentStatus": "sample string 11",
"OutofAreaFlg": true,
"ResolutionTypeId": 13,
"ResolutionType": 13,
"LeadBankTypeId": 14,
"HasComment": true,
"HasAppointment": true,
"IsCalled": true
},
{
"LeadId": 1,
"LeadOriginId": 2,
"LeadOrigin": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 4, sample string 3",
"City": "sample string 5",
"Group": "sample string 6",
"CallDate": "2026-02-03T18:28:32.5913307-08:00",
"CallStatusId": 8,
"CallStatus": 8,
"ALP": 9.0,
"AnH": 10.0,
"AppointmentStatus": "sample string 11",
"OutofAreaFlg": true,
"ResolutionTypeId": 13,
"ResolutionType": 13,
"LeadBankTypeId": 14,
"HasComment": true,
"HasAppointment": true,
"IsCalled": true
}
]