POST v1/sponsored-products/remove-product

Request Information

URI Parameters

None.

Body Parameters

SetSponsoredProductRequestModel
NameDescriptionTypeAdditional information
sku

string

None.

week

string

None.

useModelImage

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "sku": "sample string 1",
  "week": "sample string 2",
  "useModelImage": true
}

application/xml, text/xml

Sample:
<SetSponsoredProductRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CalculatorApi.Models.Request_Models">
  <sku>sample string 1</sku>
  <useModelImage>true</useModelImage>
  <week>sample string 2</week>
</SetSponsoredProductRequestModel>

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.