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": "74d63f04-9b3f-4856-99df-1741f273907d"
}

text/html

Sample:
{"CartId":1,"UserId":"74d63f04-9b3f-4856-99df-1741f273907d"}

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>74d63f04-9b3f-4856-99df-1741f273907d</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.