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": "b9c8f4a6-219c-4ac6-86be-39b30493e02f"
}

text/html

Sample:
{"CartId":1,"UserId":"b9c8f4a6-219c-4ac6-86be-39b30493e02f"}

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>b9c8f4a6-219c-4ac6-86be-39b30493e02f</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.