POST api/TaalkCampaign/InsertTaalkDirectLead
Request Information
URI Parameters
None.
Body Parameters
TaalkAddByLeadDTOName | Description | Type | Additional information |
---|---|---|---|
ABTestingEnabled | boolean |
None. |
|
CampaignAId | string |
None. |
|
CampaignBId | string |
None. |
|
LeadIdsString | string |
None. |
|
LeadIds | Collection of integer |
None. |
|
InvalidLeadIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ABTestingEnabled": true, "CampaignAId": "sample string 2", "CampaignBId": "sample string 3", "LeadIdsString": "sample string 4", "LeadIds": [ 1, 2 ], "InvalidLeadIds": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true