POST api/campaigns/search
Request Information
URI Parameters
None.
Body Parameters
CampaignCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CampaignTypeId | globally unique identifier |
None. |
|
| CampaignName | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "61c0b18f-0371-4a07-9bd4-e75b741c1350",
"CampaignTypeId": "1222c517-e0ec-48c3-8a71-2f7c72eab106",
"CampaignName": "sample string 1",
"CompanyId": "bb832f1d-3c96-4cdf-b439-05ed83a42629",
"CompanyName": "sample string 2",
"StartDate": "2026-01-11T00:46:25.491168+00:00",
"EndDate": "2026-01-11T00:46:25.491168+00:00",
"IsDeleted": true
}
application/xml, text/xml
Sample:
<CampaignCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.EventManagement.Models"> <CampaignName>sample string 1</CampaignName> <CampaignTypeId>1222c517-e0ec-48c3-8a71-2f7c72eab106</CampaignTypeId> <CompanyId>bb832f1d-3c96-4cdf-b439-05ed83a42629</CompanyId> <CompanyName>sample string 2</CompanyName> <EndDate>2026-01-11T00:46:25.491168+00:00</EndDate> <Id>61c0b18f-0371-4a07-9bd4-e75b741c1350</Id> <IsDeleted>true</IsDeleted> <StartDate>2026-01-11T00:46:25.491168+00:00</StartDate> </CampaignCriteriaDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.