POST api/CcLead/RecoverLeads
Request Information
URI Parameters
None.
Body Parameters
CcLeadRecoverAndReassignDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| searchDTO | CcLeadSearchDTO |
None. |
|
| LeadIds | Collection of integer |
None. |
|
| callerIdFrom | integer |
None. |
|
| callerIdTo | integer |
None. |
|
| isRecover | boolean |
None. |
|
| isAllLead | boolean |
None. |
|
| stateId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"searchDTO": {
"callerToId": 1,
"callerFromId": 1,
"callTypeId": 1,
"leadsOlderThen": 1,
"dateFrom": "sample string 1",
"dateTo": "sample string 2",
"stateIds": [
1,
1
],
"FilterModel": {
"Id": 1,
"FilterName": "sample string 2",
"LeadCallTypeId": 1,
"LeadCallType": "CA-ADB",
"AlpMin": 3.0,
"AlpMax": 4.0,
"LeadAddedWithinDays": 1,
"CreateDate": "2026-02-03T18:28:02.2252076-08:00",
"CreateDateShortDateString": "2/3/2026",
"Disabled": true,
"CreatedById": 7,
"CreateUserName": "sample string 8"
},
"ResolutionDateStart": "2026-02-03T18:28:02.2252076-08:00",
"ResolutionDateEnd": "2026-02-03T18:28:02.2408557-08:00",
"IssueDateStart": "2026-02-03T18:28:02.2408557-08:00",
"IssueDateEnd": "2026-02-03T18:28:02.2408557-08:00",
"DispositionFilterWithDays": {
"sample string 1": 2,
"sample string 3": 4
},
"LeadStatus": [
1,
2
],
"totalrecordcoun": 3,
"pageindex": 4,
"pagesize": 5,
"sortBy": "sample string 6",
"sortorder": "sample string 7",
"Declines": 1,
"TotalResolutions": 1
},
"LeadIds": [
1,
2
],
"callerIdFrom": 1,
"callerIdTo": 1,
"isRecover": true,
"isAllLead": true,
"stateId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true