POST api/reporting/events/date

Request Information

URI Parameters

None.

Body Parameters

PromotionalEventCriteriaDto
NameDescriptionTypeAdditional 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": "d4b815b0-cb7f-43b4-b13e-6358bd5301c9",
  "Name": "sample string 1",
  "FromDate": "2025-12-11T00:40:26.8367691+00:00",
  "ToDate": "2025-12-11T00:40:26.8367691+00:00",
  "PrincipalUserId": "b35a6e5e-c818-46c0-82c7-0048c2a1281d",
  "CompanyId": "45be9f3c-0c0c-4179-b417-a01455268174",
  "AddressId": "654e71dd-1b67-4cfd-993f-f28b157a5a6c",
  "CampaignId": "b90e5267-a7ad-4936-b32c-4b2364fdf0b8",
  "SecurityGroupIds": [
    "3c750267-fdb5-459c-b8b4-6e21d4a20eb2",
    "ffe46b9d-4f27-4edd-890f-c66efe221975"
  ],
  "IsDeleted": true,
  "ProductId": "ad41da7d-f478-4626-a1fb-b3bce9c62ce2"
}

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>654e71dd-1b67-4cfd-993f-f28b157a5a6c</AddressId>
  <CampaignId>b90e5267-a7ad-4936-b32c-4b2364fdf0b8</CampaignId>
  <CompanyId>45be9f3c-0c0c-4179-b417-a01455268174</CompanyId>
  <FromDate>2025-12-11T00:40:26.8367691+00:00</FromDate>
  <Id>d4b815b0-cb7f-43b4-b13e-6358bd5301c9</Id>
  <IsDeleted>true</IsDeleted>
  <Name>sample string 1</Name>
  <PrincipalUserId>b35a6e5e-c818-46c0-82c7-0048c2a1281d</PrincipalUserId>
  <ProductId>ad41da7d-f478-4626-a1fb-b3bce9c62ce2</ProductId>
  <SecurityGroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>3c750267-fdb5-459c-b8b4-6e21d4a20eb2</d2p1:guid>
    <d2p1:guid>ffe46b9d-4f27-4edd-890f-c66efe221975</d2p1:guid>
  </SecurityGroupIds>
  <ToDate>2025-12-11T00:40:26.8367691+00:00</ToDate>
</PromotionalEventCriteriaDto>

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.