POST api/WishList/SaveWishList

Request Information

URI Parameters

None.

Body Parameters

clsWishListDAL
NameDescriptionTypeAdditional 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": "df993278-78bc-4744-b51c-9f86e11f1762",
  "productId": "cf25a9b7-fb04-4d0c-8f64-d3b5abfb16c5",
  "productPackageId": "7115a0ce-6904-4ce5-a2db-9c911fbfdd23",
  "registrationId": "af78c470-37d3-49f7-b047-b8ba0dbbf0c6",
  "wishListNo": "sample string 5",
  "creationDate": "2026-04-11T18:14:45.8335873+05:30",
  "fromDate": "2026-04-11T18:14:45.8335873+05:30",
  "toDate": "2026-04-11T18:14:45.8335873+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'clsWishListDAL'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.