POST api/TaalkCampaign/PreviewTaalkDirectLeadBatch
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TaalkLeadBatchPreviewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Summary | Collection of LeadSummaryItemDTO |
None. |
|
| InvalidLeads | Collection of InvalidLeadSummaryDTO |
None. |
|
| ValidationErrors | Collection of ValidationErrorDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"Summary": [
{
"GroupId": 1,
"GroupCode": "sample string 1",
"GroupMarketPlaceId": 2,
"GroupMarketPlaceName": "sample string 3",
"LeadCount": 4
},
{
"GroupId": 1,
"GroupCode": "sample string 1",
"GroupMarketPlaceId": 2,
"GroupMarketPlaceName": "sample string 3",
"LeadCount": 4
}
],
"InvalidLeads": [
{
"LeadId": 1,
"Reason": "sample string 2"
},
{
"LeadId": 1,
"Reason": "sample string 2"
}
],
"ValidationErrors": [
{
"Code": "sample string 1",
"Message": "sample string 2"
},
{
"Code": "sample string 1",
"Message": "sample string 2"
}
]
}