POST api/CcLead/RecoverLeads
Request Information
URI Parameters
None.
Body Parameters
CcLeadRecoverAndReassignDTOName | 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": "2025-10-14T05:07:53.7020788-07:00", "CreateDateShortDateString": "10/14/2025", "Disabled": true, "CreatedById": 7, "CreateUserName": "sample string 8" }, "ResolutionDateStart": "2025-10-14T05:07:53.7020788-07:00", "ResolutionDateEnd": "2025-10-14T05:07:53.7020788-07:00", "IssueDateStart": "2025-10-14T05:07:53.7020788-07:00", "IssueDateEnd": "2025-10-14T05:07:53.7020788-07: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