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": "14c28121-1fd8-43e6-bba1-0ebfff5ff96c",
"toPersonIds": [
"a3037e1f-a2b7-4e6b-95e5-83b94fbadab6",
"11886d9f-ff26-4cb5-8a7b-29906e51490c"
],
"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": [
"2afbe186-c267-4066-b547-40a5d354041c",
"1801d709-9b18-4d83-b64f-14da1f6e78c8"
],
"filterMaxCount": 9,
"filterNoOrderInDays": 10,
"filterNoCampaignInDays": 11,
"filterMustNotBeStopped": true,
"filterOrderOnProducts": [
"0999dd28-76d3-4627-a88f-587b87676573",
"2c652558-14c1-418d-988d-be964c1de9d6"
],
"filterOrderOnCampaigns": [
"2e50ed7a-c0c3-41d1-b08f-086e185a519f",
"76b6c5b2-9c38-47ba-81ef-a0642fbadeac"
],
"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-03-09T10:57:56.8714852+01:00",
"updatedTo": "2026-03-09T10:57:56.8714852+01:00",
"lastBuyFrom": "2026-03-09T10:57:56.8714852+01:00",
"lastBuyTo": "2026-03-09T10:57:56.8714852+01:00",
"inActiveCampaign": true,
"recentlyBought": true,
"sortBy": "sample string 12",
"esecoCustomerNumber": "sample string 13",
"personalNumber": "sample string 14",
"products": {
"products": [
"bcc60dc4-badb-4f96-8a86-048be088b78c",
"e3d246f5-ffce-4e24-a626-911d2864ffd6"
],
"not": true,
"from": "2026-03-09T10:57:56.8714852+01:00",
"to": "2026-03-09T10:57:56.8714852+01:00"
},
"campaigns": {
"campaigns": [
"8b7291c0-cfd7-4d15-9440-772bb2b2979b",
"49137ddb-f515-4e82-af62-37b4754cb87c"
],
"not": true,
"from": "2026-03-09T10:57:56.8714852+01:00",
"to": "2026-03-09T10:57:56.8714852+01: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": [
"b3fc3001-e096-4080-a23e-444908c6850b",
"afe7269c-0e32-47f7-9a05-34f2c7aafc0b"
],
"products": [
"42e819d5-d861-4903-920d-263b76e8bfca",
"0c25d392-39ca-4a59-baf3-65aac2f058d3"
],
"campaigns": [
"48f9daeb-d440-4104-8198-7699d595f727",
"b3711e69-0e4e-457b-9a0f-659f9b59115c"
],
"notReceivedMarketingInDays": 7,
"notPutOrderInDays": 8
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.