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.
CampaignDetailFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Ids | Collection of globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| OrderId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "aa9b2319-2e8c-42b8-acf2-8f308f22d233",
"Ids": [
"c27a9a20-30c6-4083-93e3-517076139bf6",
"3537d2fc-48b8-49a0-884f-621ed30c69ac"
],
"UserId": "d1aadc8c-786b-4fa5-8d1e-0d45afa39058",
"TenantId": "131dd8f7-969d-4ab0-bc51-8a1c0ec94274",
"OrderId": "d6234788-de95-40b3-abc8-4572bc160c80"
}
application/xml, text/xml
Sample:
<CampaignDetailFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Design.Models.FilterCriteria">
<Id>aa9b2319-2e8c-42b8-acf2-8f308f22d233</Id>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c27a9a20-30c6-4083-93e3-517076139bf6</d2p1:guid>
<d2p1:guid>3537d2fc-48b8-49a0-884f-621ed30c69ac</d2p1:guid>
</Ids>
<OrderId>d6234788-de95-40b3-abc8-4572bc160c80</OrderId>
<TenantId>131dd8f7-969d-4ab0-bc51-8a1c0ec94274</TenantId>
<UserId>d1aadc8c-786b-4fa5-8d1e-0d45afa39058</UserId>
</CampaignDetailFilterCriteria>
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.