POST api/Lead/UpdateImportLead
Request Information
URI Parameters
None.
Body Parameters
LeadImportProcessDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| FileName | string |
None. |
|
| GroupName | string |
None. |
|
| LeadsData | string |
None. |
|
| AssignViaLeadRunArea | boolean |
None. |
|
| ApplicationFeatureId | integer |
None. |
|
| LocationContext | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"FileName": "sample string 2",
"GroupName": "sample string 3",
"LeadsData": "sample string 4",
"AssignViaLeadRunArea": true,
"ApplicationFeatureId": 6,
"LocationContext": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true