POST api/productWishlist/ProductWishlist_Upsert
Request Information
URI Parameters
None.
Body Parameters
ProductWishlist| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| ProductName | string |
None. |
|
| ProductPrice | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| ProductAverageRating | decimal number |
None. |
|
| ProductStarCount | integer |
None. |
|
| ProductThumbnailImage | string |
None. |
|
| SalonId | integer |
None. |
|
| CreatedDateStr | string |
None. |
|
| DeletedDateStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductId": 2,
"ProductName": "sample string 3",
"ProductPrice": "sample string 4",
"IsDeleted": true,
"CreatedDate": "2026-02-04T05:14:19.5613858+03:00",
"CreatedBy": 7,
"DeletedDate": "2026-02-04T05:14:19.5613858+03:00",
"DeletedBy": 9,
"ProductAverageRating": 10.0,
"ProductStarCount": 11,
"ProductThumbnailImage": "sample string 12",
"SalonId": 13,
"CreatedDateStr": "04-02-2026 05:14 AM",
"DeletedDateStr": "04-02-2026 05:14 AM"
}
text/xml
Sample:
<ProductWishlist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">7</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2026-02-04T05:14:19.5613858+03:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">9</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2026-02-04T05:14:19.5613858+03:00</DeletedDate> <Id xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">1</Id> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">true</IsDeleted> <ProductAverageRating xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">10</ProductAverageRating> <ProductId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">2</ProductId> <ProductName xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 3</ProductName> <ProductPrice xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 4</ProductPrice> <ProductStarCount xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">11</ProductStarCount> <ProductThumbnailImage xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">sample string 12</ProductThumbnailImage> <SalonId xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.Contract">13</SalonId> </ProductWishlist>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.