POST api/WishList/SaveWishList
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": "c3774fbc-21e8-47fa-8ba4-d9314cfa5639",
"productId": "0b5218cb-5c8a-4f3e-9c9c-07db34931598",
"productPackageId": "23afdd5e-d8c7-4089-ab87-b3921cc593b7",
"registrationId": "5aef348e-c44f-4147-9c84-ace93d5d323e",
"wishListNo": "sample string 5",
"creationDate": "2026-08-09T16:06:36.3809111+05:30",
"fromDate": "2026-08-09T16:06:36.3809111+05:30",
"toDate": "2026-08-09T16:06:36.3809111+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. |