POST api/Lead/ResolveLead

Request Information

URI Parameters

None.

Body Parameters

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

boolean

Response Formats

application/json, text/json

Sample:
true