POST api/Product/CancelPurchaseProduct

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cancelProduct
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MobileKey": "sample string 1",
  "PurchaseProductID": 2,
  "FreeLookPeriod": "sample string 3"
}

application/xml, text/xml

Sample:
<CancelProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinsureWebAPI.Models">
  <FreeLookPeriod>sample string 3</FreeLookPeriod>
  <MobileKey>sample string 1</MobileKey>
  <PurchaseProductID>2</PurchaseProductID>
</CancelProduct>

application/x-www-form-urlencoded

Sample:

Sample not available.