POST api/Lead/SaveBusinessAndResolveLead
Request Information
URI Parameters
None.
Body Parameters
LeadResolutionBusinessDTO| Name | 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": "2026-02-03T18:27:50.8658364-08: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