POST api/reporting/events/interactions/type
Request Information
URI Parameters
None.
Body Parameters
PromotionalEventCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| PrincipalUserId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| AddressId | globally unique identifier |
None. |
|
| CampaignId | globally unique identifier |
None. |
|
| SecurityGroupIds | Collection of globally unique identifier |
None. |
|
| IsDeleted | boolean |
None. |
|
| ProductId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6d4f1c75-4fca-44a0-81ab-cee7d99a2326",
"Name": "sample string 1",
"FromDate": "2025-12-11T00:40:25.9294782+00:00",
"ToDate": "2025-12-11T00:40:25.9294782+00:00",
"PrincipalUserId": "07497ea1-996f-4ebf-905d-2de52971d1ea",
"CompanyId": "38079ad4-1c79-4739-b234-13b14eb0ec9d",
"AddressId": "142f6a4d-486b-4613-aca9-18754fdd953f",
"CampaignId": "05fd791e-c2b6-4bce-a80c-a66e4267e308",
"SecurityGroupIds": [
"8b43b69c-2048-4473-8067-ee68da45cf18",
"d554ba36-49ac-4833-b675-1be918dcd098"
],
"IsDeleted": true,
"ProductId": "ecfff8e6-ce78-45fc-af47-b1a0a5bbbc23"
}
application/xml, text/xml
Sample:
<PromotionalEventCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.EventManagement.Models">
<AddressId>142f6a4d-486b-4613-aca9-18754fdd953f</AddressId>
<CampaignId>05fd791e-c2b6-4bce-a80c-a66e4267e308</CampaignId>
<CompanyId>38079ad4-1c79-4739-b234-13b14eb0ec9d</CompanyId>
<FromDate>2025-12-11T00:40:25.9294782+00:00</FromDate>
<Id>6d4f1c75-4fca-44a0-81ab-cee7d99a2326</Id>
<IsDeleted>true</IsDeleted>
<Name>sample string 1</Name>
<PrincipalUserId>07497ea1-996f-4ebf-905d-2de52971d1ea</PrincipalUserId>
<ProductId>ecfff8e6-ce78-45fc-af47-b1a0a5bbbc23</ProductId>
<SecurityGroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8b43b69c-2048-4473-8067-ee68da45cf18</d2p1:guid>
<d2p1:guid>d554ba36-49ac-4833-b675-1be918dcd098</d2p1:guid>
</SecurityGroupIds>
<ToDate>2025-12-11T00:40:25.9294782+00:00</ToDate>
</PromotionalEventCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.