POST api/Lead/SaveBusinessAndResolveLead
Request Information
URI Parameters
None.
Body Parameters
LeadResolutionBusinessDTOName | Description | Type | Additional information |
---|---|---|---|
LeadId | integer |
None. |
|
ResolutionType | ResolutionTypeEnum |
None. |
|
Comments | string |
None. |
|
ALP | decimal number |
None. |
|
ANH | decimal number |
None. |
|
ApplicationDate | date |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
IsTraining | boolean |
None. |
|
ApplicationName | string |
None. |
|
ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "LeadId": 1, "ResolutionType": 1, "Comments": "sample string 2", "ALP": 3.0, "ANH": 4.0, "ApplicationDate": "2025-10-14T05:07:53.9208283-07:00", "FirstName": "sample string 6", "LastName": "sample string 7", "IsTraining": true, "ApplicationName": "sample string 7, sample string 6", "ApplicationFeatureId": 9 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true