POST api/Lead/ResolveLead
Request Information
URI Parameters
None.
Body Parameters
LeadResolutionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadId | integer |
None. |
|
| ResolutionType | ResolutionTypeEnum |
None. |
|
| Comments | string |
None. |
|
| IsTraining | boolean |
None. |
|
| ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadId": 1,
"ResolutionType": 1,
"Comments": "sample string 2",
"IsTraining": true,
"ApplicationFeatureId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true