POST api/campaignitems/select

Request Information

URI Parameters

None.

Body Parameters

CampaignItemFilterCriteriaDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CampaignId

globally unique identifier

None.

SkuId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "a4294daf-e427-41b6-824f-a3addba0b049",
  "CampaignId": "1ff389ae-2e58-4064-a41c-5b0df5f15ddb",
  "SkuId": "312c008a-7308-4323-93b1-18f42ffb4ef2"
}

application/xml, text/xml

Sample:
<CampaignItemFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
  <CampaignId>1ff389ae-2e58-4064-a41c-5b0df5f15ddb</CampaignId>
  <Id>a4294daf-e427-41b6-824f-a3addba0b049</Id>
  <SkuId>312c008a-7308-4323-93b1-18f42ffb4ef2</SkuId>
</CampaignItemFilterCriteriaDto>

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.