PUT api/prospects/get/{start}/{length}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | string |
Required |
|
| length | string |
Required |
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": "ad53c51b-60a8-44b3-a405-fa115f30236e",
"toPersonIds": [
"6a1e90d5-0ff9-4651-8f20-fd37bae69096",
"9223ed96-5f6f-43d4-bdb4-ccf0ee5c954e"
],
"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": [
"5a8e6935-c40c-4abd-927a-7dc71785f298",
"cf24b6d4-f248-415f-b579-b9e385411d15"
],
"filterMaxCount": 9,
"filterNoOrderInDays": 10,
"filterNoCampaignInDays": 11,
"filterMustNotBeStopped": true,
"filterOrderOnProducts": [
"d6a4322e-c869-4c41-9753-03dd23ce6265",
"733364f5-1b8c-429f-81b7-e9e7631d2b08"
],
"filterOrderOnCampaigns": [
"a7ff7d06-7ff2-4449-96c0-d53c5475948f",
"bbd346a0-dc74-40ea-9fbe-97927b43ba71"
],
"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.0709815+02:00",
"updatedTo": "2026-07-10T03:11:09.0709815+02:00",
"lastBuyFrom": "2026-07-10T03:11:09.0709815+02:00",
"lastBuyTo": "2026-07-10T03:11:09.0709815+02:00",
"inActiveCampaign": true,
"recentlyBought": true,
"sortBy": "sample string 12",
"esecoCustomerNumber": "sample string 13",
"personalNumber": "sample string 14",
"products": {
"products": [
"05f802f6-8b6c-4f1b-bb3a-8bbe9a21f5a6",
"989fb6e5-a07d-4340-bcfb-0f5755dce18c"
],
"not": true,
"from": "2026-07-10T03:11:09.0709815+02:00",
"to": "2026-07-10T03:11:09.0709815+02:00"
},
"campaigns": {
"campaigns": [
"01724ba5-ecbc-4f21-8d1f-82f4b2b90a42",
"2d88bdde-7f6f-47c0-b036-a9d85e124e13"
],
"not": true,
"from": "2026-07-10T03:11:09.0709815+02:00",
"to": "2026-07-10T03:11:09.0709815+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": [
"95a3b4ba-688f-4ba6-b7f0-edabe2842b0e",
"e4822423-67f7-44dd-a0b8-d0c673fedfbf"
],
"products": [
"92e3d631-b662-4db6-ac6f-28995c7a6a5d",
"19ee64ff-c1b0-4126-b339-ca147c813ba6"
],
"campaigns": [
"9cc6ef6c-132b-4633-b536-e8475afd83b0",
"e92c8a37-2310-4749-b5b1-c5aa5c049114"
],
"notReceivedMarketingInDays": 7,
"notPutOrderInDays": 8
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.