POST api/Lead/BulkResolveLead
Request Information
URI Parameters
None.
Body Parameters
AdminBulkLeadResolutionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FromAssociateId | integer |
None. |
|
| LeadIds | Collection of integer |
None. |
|
| ResolutionType | ResolutionTypeEnum |
None. |
|
| ApplicationFeatureId | integer |
None. |
|
| LeadOrigins | string |
None. |
|
| LeadBanks | string |
None. |
|
| IsGetAll | boolean |
None. |
|
| LeadCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromAssociateId": 1,
"LeadIds": [
1,
2
],
"ResolutionType": 1,
"ApplicationFeatureId": 2,
"LeadOrigins": "sample string 3",
"LeadBanks": "sample string 4",
"IsGetAll": true,
"LeadCount": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1