POST api/Lead/RecoverLeads

Request Information

URI Parameters

None.

Body Parameters

LeadRecoverDTO
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true