POST api/Lead/GetLeadForCreditByAssociateForReferralGroups
Request Information
URI Parameters
None.
Body Parameters
SubmitForCreditDTOName | 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
SubmitForCreditDTOName | Description | Type | Additional information |
---|---|---|---|
LeadIds | Collection of integer |
None. |
|
LeadNameForSingleLead | string |
None. |
|
ApplicationFeatureId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "LeadIds": [ 1, 2 ], "LeadNameForSingleLead": "sample string 1", "ApplicationFeatureId": 2 }