POST api/product/wishlist/item/delete

Request Information

URI Parameters

None.

Body Parameters

DeleteProductWishListItemViewModel
NameDescriptionTypeAdditional information
CartId

integer

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CartId": 1,
  "UserId": "deadcee9-3292-4d18-b768-8ebf4374c831"
}

text/html

Sample:
{"CartId":1,"UserId":"deadcee9-3292-4d18-b768-8ebf4374c831"}

application/xml, text/xml

Sample:
<DeleteProductWishListItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SingersBabel.BAL.ViewModel">
  <CartId>1</CartId>
  <UserId>deadcee9-3292-4d18-b768-8ebf4374c831</UserId>
</DeleteProductWishListItemViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.