POST Customer/CustomerWishList/Remove
Request Information
URI Parameters
None.
Body Parameters
CustomerWishListViewModelName | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
None. |
|
ProductId | integer |
Required |
|
CreatedDate | date |
None. |
|
ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": 1, "ProductId": 2, "CreatedDate": "2025-04-26T16:43:34.8524679+01:00", "ModifiedBy": "sample string 4" }
application/xml, text/xml
Sample:
<CustomerWishListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECommerce.Service.Customer.ViewModel"> <CreatedDate>2025-04-26T16:43:34.8524679+01:00</CreatedDate> <CustomerId>1</CustomerId> <ModifiedBy>sample string 4</ModifiedBy> <ProductId>2</ProductId> </CustomerWishListViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |