POST api/Lead/MarkLeadStatusAsSubmitForCredit
Request Information
URI Parameters
None.
Body Parameters
SubmitForCreditDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadIds | Collection of integer |
None. |
|
| LeadNameForSingleLead | string |
None. |
|
| ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadIds": [
1,
2
],
"LeadNameForSingleLead": "sample string 1",
"ApplicationFeatureId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true