POST api/Lead/RemoveEAppReferrelsLeads
Request Information
URI Parameters
None.
Body Parameters
LeadRecoverDTOName | Description | Type | Additional information |
---|---|---|---|
LeadsToRecover | Collection of integer |
None. |
|
credit | string |
None. |
|
associateId | Collection of integer |
None. |
|
ApplicationFeatureId | integer |
None. |
|
ViewId | integer |
None. |
|
leadIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LeadsToRecover": [ 1, 2 ], "credit": "sample string 1", "associateId": [ 1, 1 ], "ApplicationFeatureId": 2, "ViewId": 3, "leadIds": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true