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": "95755e70-cec3-417d-b45d-b81c5042b08f" }
text/html
Sample:
{"CartId":1,"UserId":"95755e70-cec3-417d-b45d-b81c5042b08f"}
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>95755e70-cec3-417d-b45d-b81c5042b08f</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.