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