POST api/reporting/campaigns/interactions/type

Request Information

URI Parameters

None.

Body Parameters

CampaignCriteriaDto
NameDescriptionTypeAdditional 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.

SecurityGroupIds

Collection of globally unique identifier

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "b44096c9-4501-4c53-8c22-b22450b2efc8",
  "CampaignTypeId": "0d3ea5ef-2019-4de6-b56d-3daa832ce887",
  "CampaignName": "sample string 1",
  "CompanyId": "3d11987d-2f73-4374-85f8-7dedaf4fef00",
  "CompanyName": "sample string 2",
  "StartDate": "2025-12-11T00:41:53.7396574+00:00",
  "EndDate": "2025-12-11T00:41:53.7396574+00:00",
  "SecurityGroupIds": [
    "b87249e0-22d6-4a26-8dc7-7b150ef59d47",
    "8886c8eb-8f2d-426d-896c-ae18694d32c0"
  ],
  "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>0d3ea5ef-2019-4de6-b56d-3daa832ce887</CampaignTypeId>
  <CompanyId>3d11987d-2f73-4374-85f8-7dedaf4fef00</CompanyId>
  <CompanyName>sample string 2</CompanyName>
  <EndDate>2025-12-11T00:41:53.7396574+00:00</EndDate>
  <Id>b44096c9-4501-4c53-8c22-b22450b2efc8</Id>
  <IsDeleted>true</IsDeleted>
  <SecurityGroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>b87249e0-22d6-4a26-8dc7-7b150ef59d47</d2p1:guid>
    <d2p1:guid>8886c8eb-8f2d-426d-896c-ae18694d32c0</d2p1:guid>
  </SecurityGroupIds>
  <StartDate>2025-12-11T00:41:53.7396574+00:00</StartDate>
</CampaignCriteriaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.