POST api/Campaigns/Select
Retrieves a list of campaigns that match the given criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter campaigns by.
TargetCampaignFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| DeliveryDateTimeStart | date |
None. |
|
| DeliveryDateTimeEnd | date |
None. |
|
| OrderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
"a8d68a69-4f38-407f-a57d-4c0990195931",
"2f75a659-5c6a-46a2-85d8-d74f381ded41"
],
"UserId": "58a1f2fa-10d1-4a45-9db5-d2f1a5dba1f5",
"TenantId": "0414526b-18bd-40eb-9606-6a64ce67d24f",
"DeliveryDateTimeStart": "2026-03-16T14:20:53.3177077+00:00",
"DeliveryDateTimeEnd": "2026-03-16T14:20:53.3177077+00:00",
"OrderId": "a1c3a879-418d-42e7-8953-201f9e1c0303"
}
application/xml, text/xml
Sample:
<TargetCampaignFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Target.Models.FilterCriteria">
<DeliveryDateTimeEnd>2026-03-16T14:20:53.3177077+00:00</DeliveryDateTimeEnd>
<DeliveryDateTimeStart>2026-03-16T14:20:53.3177077+00:00</DeliveryDateTimeStart>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a8d68a69-4f38-407f-a57d-4c0990195931</d2p1:guid>
<d2p1:guid>2f75a659-5c6a-46a2-85d8-d74f381ded41</d2p1:guid>
</Ids>
<OrderId>a1c3a879-418d-42e7-8953-201f9e1c0303</OrderId>
<TenantId>0414526b-18bd-40eb-9606-6a64ce67d24f</TenantId>
<UserId>58a1f2fa-10d1-4a45-9db5-d2f1a5dba1f5</UserId>
</TargetCampaignFilterCriteria>
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.