POST api/reporting/campaigns/interactions/type
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": "a28a2804-69de-430d-a7ab-aea12e5b60b5",
"CampaignTypeId": "d7af4b7c-3c54-46d6-9e88-68f44f70e1ac",
"CampaignName": "sample string 1",
"CompanyId": "17f1a22a-080f-4226-aa11-f714117dce93",
"CompanyName": "sample string 2",
"StartDate": "2026-01-10T00:51:06.5798961+00:00",
"EndDate": "2026-01-10T00:51:06.5798961+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>d7af4b7c-3c54-46d6-9e88-68f44f70e1ac</CampaignTypeId> <CompanyId>17f1a22a-080f-4226-aa11-f714117dce93</CompanyId> <CompanyName>sample string 2</CompanyName> <EndDate>2026-01-10T00:51:06.5798961+00:00</EndDate> <Id>a28a2804-69de-430d-a7ab-aea12e5b60b5</Id> <IsDeleted>true</IsDeleted> <StartDate>2026-01-10T00:51:06.5798961+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.