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. |
|
| CartNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"wishListId": "5e331425-7966-410b-99b5-d683d50b1c8c",
"productId": "5161c00b-7ce1-48a3-a617-07245e8379fe",
"productPackageId": "1a6c843e-5bd4-40b1-913e-f4bffba34549",
"registrationId": "65c7480f-626d-4120-a684-d9694f605e6a",
"wishListNo": "sample string 5",
"creationDate": "2026-06-10T16:31:45.1447714+05:30",
"fromDate": "2026-06-10T16:31:45.1447714+05:30",
"toDate": "2026-06-10T16:31:45.1447714+05:30",
"cartNo": 9
}
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. |