POST api/deliverydetails/select

Request Information

URI Parameters

None.

Body Parameters

DeliveryDetailsFilterCriteriaDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

globally unique identifier

None.

CampaignId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "bc3ba139-bc17-4bcd-9db9-4c9cbade8204",
  "UserId": "8d08a9ff-78d1-4ce6-9898-0cd6f8e4b695",
  "CampaignId": "09d7db10-4534-47d1-aab5-41ac4ca6779b"
}

application/xml, text/xml

Sample:
<DeliveryDetailsFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
  <CampaignId>09d7db10-4534-47d1-aab5-41ac4ca6779b</CampaignId>
  <Id>bc3ba139-bc17-4bcd-9db9-4c9cbade8204</Id>
  <UserId>8d08a9ff-78d1-4ce6-9898-0cd6f8e4b695</UserId>
</DeliveryDetailsFilterCriteriaDto>

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.