POST api/product/wishlist/item/delete
Request Information
URI Parameters
None.
Body Parameters
DeleteProductWishListItemViewModelName | Description | Type | Additional information |
---|---|---|---|
CartId | integer |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CartId": 1, "UserId": "40993044-e259-46bc-8625-a0efc6bb6051" }
text/html
Sample:
{"CartId":1,"UserId":"40993044-e259-46bc-8625-a0efc6bb6051"}
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>40993044-e259-46bc-8625-a0efc6bb6051</UserId> </DeleteProductWishListItemViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.