POST api/Lead/ResolveBulkLeads
Request Information
URI Parameters
None.
Body Parameters
BulkLeadResolutionDTOName | Description | Type | Additional information |
---|---|---|---|
FromAssociateId | integer |
None. |
|
LeadIds | Collection of integer |
None. |
|
ResolutionType | ResolutionTypeEnum |
None. |
|
Comments | string |
None. |
|
IsTraining | boolean |
None. |
|
viewId | integer |
None. |
|
ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromAssociateId": 1, "LeadIds": [ 1, 2 ], "ResolutionType": 1, "Comments": "sample string 2", "IsTraining": true, "viewId": 4, "ApplicationFeatureId": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true