POST api/AppProduct/AppSaveProductFavorite
AppSaveProductFavorite
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductFavoriteName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "edfcd7e1-97aa-4770-99b6-1c466a0bee46" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveProductFavorite_ResponseName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
ProductName | string |
None. |
|
ProductTiming | date |
None. |
|
ProductText | string |
None. |
|
ProductDescr | string |
None. |
|
Price | decimal number |
None. |
|
RealPrice | decimal number |
None. |
|
Barcode | string |
None. |
|
AllowScore | boolean |
None. |
|
ProductViewed | string |
None. |
|
ProductCommented | string |
None. |
|
ProductShared | string |
None. |
|
ProductFavorite | boolean |
None. |
|
ProductScored | integer |
None. |
|
ViewQ | string |
None. |
|
NowQ | string |
None. |
|
CommentQ | string |
None. |
|
ShareQ | string |
None. |
|
ScoreQ | string |
None. |
|
ScoreQ1 | string |
None. |
|
ScoreQ2 | string |
None. |
|
ScoreQ3 | string |
None. |
|
ScoreQ4 | string |
None. |
|
ScoreQ5 | string |
None. |
|
ScoreAvg | decimal number |
None. |
|
ProductTimeLeft | date |
None. |
|
ProductVisible | boolean |
None. |
|
ProductLevelID | integer |
None. |
|
MinDiscount | decimal number |
None. |
|
MinDiscountValue | decimal number |
None. |
|
InstantMaxDiscount | decimal number |
None. |
|
InstantMaxDiscountValue | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "f2aac6af-0a94-4cf3-8eb8-e0e3c4c7e0bd", "PhotoUUID": "1826f83f-68d7-42d3-a403-a91868ebb49b", "ProductName": "sample string 2", "ProductTiming": "2025-06-07T22:05:10.9534961+03:00", "ProductText": "sample string 4", "ProductDescr": "sample string 5", "Price": 6.1, "RealPrice": 7.1, "Barcode": "sample string 8", "AllowScore": true, "ProductViewed": "sample string 10", "ProductCommented": "sample string 11", "ProductShared": "sample string 12", "ProductFavorite": true, "ProductScored": 1, "ViewQ": "sample string 13", "NowQ": "sample string 14", "CommentQ": "sample string 15", "ShareQ": "sample string 16", "ScoreQ": "sample string 17", "ScoreQ1": "sample string 18", "ScoreQ2": "sample string 19", "ScoreQ3": "sample string 20", "ScoreQ4": "sample string 21", "ScoreQ5": "sample string 22", "ScoreAvg": 23.1, "ProductTimeLeft": "2025-06-07T22:05:10.9534961+03:00", "ProductVisible": true, "ProductLevelID": 26, "MinDiscount": 27.1, "MinDiscountValue": 28.1, "InstantMaxDiscount": 29.1, "InstantMaxDiscountValue": 30.1 }