POST api/WishList/DeleteWishList
Request Information
URI Parameters
None.
Body Parameters
clsWishListDAL| Name | Description | Type | Additional information |
|---|---|---|---|
| WishListId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductPackageId | globally unique identifier |
None. |
|
| RegistrationId | globally unique identifier |
None. |
|
| WishListNo | string |
None. |
|
| CreationDate | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"wishListId": "0b23b305-4714-4990-ab45-7a6cce264cbe",
"productId": "f05b6a13-f489-4e36-9617-77fa1e60b7c7",
"productPackageId": "e6a4e37d-789d-44b4-9e3d-bd6267b47012",
"registrationId": "ccae2ec2-185c-41ba-896d-fe36d845f76c",
"wishListNo": "sample string 5",
"creationDate": "2026-04-11T18:15:52.0533511+05:30",
"fromDate": "2026-04-11T18:15:52.0533511+05:30",
"toDate": "2026-04-11T18:15:52.0533511+05:30"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |