POST api/filters/test
Request Information
URI Parameters
None.
Body Parameters
FilterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Firstname | string |
None. |
|
| Lastname | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| AgeFrom | integer |
None. |
|
| AgeTo | integer |
None. |
|
| PostcodeFrom | string |
None. |
|
| PostcodeTo | string |
None. |
|
| Country | string |
None. |
|
| Telephone | string |
None. |
|
| string |
None. |
||
| BirthdayFrom | date |
None. |
|
| BirthdayTo | date |
None. |
|
| CreatedFrom | date |
None. |
|
| CreatedTo | date |
None. |
|
| LastBuyFrom | date |
None. |
|
| LastBuyTo | date |
None. |
|
| AbandonCartFrom | date |
None. |
|
| AbandonCartTo | date |
None. |
|
| AbandonCartMaxDaysAgo | integer |
None. |
|
| CampaignVisitNoBuyMaxDaysAgo | integer |
None. |
|
| Label1 | string |
None. |
|
| Label2 | string |
None. |
|
| CampaignVisitNoBuyFrom | date |
None. |
|
| CampaignVisitNoBuyTo | date |
None. |
|
| TelephoneMustHave | boolean |
None. |
|
| TelephoneCellularMustHave | boolean |
None. |
|
| TelephoneFrom | string |
None. |
|
| TelephoneTo | string |
None. |
|
| EmailMustHave | boolean |
None. |
|
| LastContactFrom | date |
None. |
|
| LastContactTo | date |
None. |
|
| Gender | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1f296398-476d-4785-8351-599a4e2659d0",
"name": "sample string 1",
"firstname": "sample string 2",
"lastname": "sample string 3",
"address": "sample string 4",
"city": "sample string 5",
"ageFrom": 1,
"ageTo": 1,
"postcodeFrom": "sample string 6",
"postcodeTo": "sample string 7",
"country": "sample string 8",
"telephone": "sample string 9",
"email": "sample string 10",
"birthdayFrom": "2025-12-30T23:39:52.5583898+01:00",
"birthdayTo": "2025-12-30T23:39:52.5583898+01:00",
"createdFrom": "2025-12-30T23:39:52.5583898+01:00",
"createdTo": "2025-12-30T23:39:52.5583898+01:00",
"lastBuyFrom": "2025-12-30T23:39:52.5583898+01:00",
"lastBuyTo": "2025-12-30T23:39:52.5583898+01:00",
"abandonCartFrom": "2025-12-30T23:39:52.5583898+01:00",
"abandonCartTo": "2025-12-30T23:39:52.5583898+01:00",
"abandonCartMaxDaysAgo": 1,
"campaignVisitNoBuyMaxDaysAgo": 1,
"label1": "sample string 11",
"label2": "sample string 12",
"campaignVisitNoBuyFrom": "2025-12-30T23:39:52.5583898+01:00",
"campaignVisitNoBuyTo": "2025-12-30T23:39:52.5583898+01:00",
"telephoneMustHave": true,
"telephoneCellularMustHave": true,
"telephoneFrom": "sample string 13",
"telephoneTo": "sample string 14",
"emailMustHave": true,
"lastContactFrom": "2025-12-30T23:39:52.5583898+01:00",
"lastContactTo": "2025-12-30T23:39:52.5583898+01:00",
"gender": "sample string 15"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.