POST Partner/GetShowcaseProducts

Request Information

URI Parameters

None.

Body Parameters

GetShowcaseProductsDTORequest
NameDescriptionTypeAdditional information
ProfileID

integer

Required

ShowcaseID

integer

None.

PartnerAccessKey

string

None.

CampaignID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProfileID": 1,
  "ShowcaseID": 1,
  "PartnerAccessKey": "sample string 2",
  "CampaignID": 3
}

application/xml, text/xml

Sample:
<GetShowcaseProductsDTORequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PartnerAccessKey>sample string 2</PartnerAccessKey>
  <CampaignID>3</CampaignID>
  <ProfileID>1</ProfileID>
  <ShowcaseID>1</ShowcaseID>
</GetShowcaseProductsDTORequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetShowcaseProductsDTORequest'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.