PUT api/prospects/campaigns
Request Information
URI Parameters
None.
Body Parameters
ProspectSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Prospect | CampaignPreviewDto |
None. |
|
| Person | PersonSearchDto |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| SortOrder | string |
None. |
|
| IsNotStopped | boolean |
None. |
|
| HasNoFailedTelephone | boolean |
None. |
|
| HasNoFailedEmail | boolean |
None. |
|
| OrFilters | Collection of globally unique identifier |
None. |
|
| Products | Collection of globally unique identifier |
None. |
|
| Campaigns | Collection of globally unique identifier |
None. |
|
| NotReceivedMarketingInDays | integer |
None. |
|
| NotPutOrderInDays | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"prospect": {
"campaignId": "bdb9b537-958f-42af-a7eb-2e5d6e12981e",
"toPersonIds": [
"bfd0af14-7d4a-43ed-b882-06b0eea8e14d",
"1bacafae-bc55-4f65-a9e1-b0cf191e3809"
],
"isNewPerson": true,
"email": "sample string 2",
"telephone": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"address": "sample string 6",
"postcode": "sample string 7",
"city": "sample string 8",
"productIds": [
"sample string 1",
"sample string 2"
],
"filterIds": [
"8ee78571-a2ff-4060-a43f-300fc8d2cea8",
"354a0f43-bc68-4020-9f32-8b8c0866b54d"
],
"filterMaxCount": 9,
"filterNoOrderInDays": 10,
"filterNoCampaignInDays": 11,
"filterMustNotBeStopped": true,
"filterOrderOnProducts": [
"5e14d947-6e15-4719-83bc-0ecf1aae96c3",
"6a053896-2860-4156-9902-c23e020c8469"
],
"filterOrderOnCampaigns": [
"6cdb2700-9501-438b-aac4-7220727a3409",
"fa9f9c87-a6d0-41ab-b7de-32b5f3d69634"
],
"destinationType": "sample string 13"
},
"person": {
"name": "sample string 1",
"firstname": "sample string 2",
"lastname": "sample string 3",
"address": "sample string 4",
"postcode": "sample string 5",
"city": "sample string 6",
"country": "sample string 7",
"shortUnique": "sample string 8",
"email": "sample string 9",
"telephone": "sample string 10",
"inCampaign": "sample string 11",
"updatedFrom": "2026-07-10T03:11:09.1025797+02:00",
"updatedTo": "2026-07-10T03:11:09.1025797+02:00",
"lastBuyFrom": "2026-07-10T03:11:09.1025797+02:00",
"lastBuyTo": "2026-07-10T03:11:09.1025797+02:00",
"inActiveCampaign": true,
"recentlyBought": true,
"sortBy": "sample string 12",
"esecoCustomerNumber": "sample string 13",
"personalNumber": "sample string 14",
"products": {
"products": [
"820e5884-56bc-4f93-b057-312425d18cbe",
"644eef73-717e-4548-be99-626e85946464"
],
"not": true,
"from": "2026-07-10T03:11:09.1025797+02:00",
"to": "2026-07-10T03:11:09.1025797+02:00"
},
"campaigns": {
"campaigns": [
"3eff535c-a51e-461d-a417-d11fd9534ca9",
"0e74c1be-838c-44af-be03-15f0cf4a8402"
],
"not": true,
"from": "2026-07-10T03:11:09.1025797+02:00",
"to": "2026-07-10T03:11:09.1025797+02:00"
},
"isStop": true,
"isDiseased": true,
"isFailedEmail": true,
"isFailedSms": true,
"searchOnlyPersons": true,
"tag": "sample string 15"
},
"skip": 1,
"take": 2,
"sortOrder": "sample string 3",
"isNotStopped": true,
"hasNoFailedTelephone": true,
"hasNoFailedEmail": true,
"orFilters": [
"2d31bf88-c4a5-43d7-a096-0a41b6bcfedb",
"daf605ec-2d10-45cf-9663-5994ceab8162"
],
"products": [
"d452af5e-a2e5-41b2-97d3-71b80dd0e3dd",
"cdca9503-a2dc-4e3a-843a-42c8a1947a02"
],
"campaigns": [
"9c05814e-9bbc-4b2a-a150-4cc2c4c9e050",
"3d385ff0-c624-4725-8375-3136690e77f2"
],
"notReceivedMarketingInDays": 7,
"notPutOrderInDays": 8
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.