POST api/AppProduct/AppSaveProductFavorite
AppSaveProductFavorite
Request Information
URI Parameters
None.
Body Parameters
AppSaveProductFavorite| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "d04e6f73-bd57-400a-9952-c88bd3699ab1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppSaveProductFavorite_Response| Name | 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": "53ebe204-1ca4-4847-84b0-15eec1702a5c",
"PhotoUUID": "b956e622-dd5d-4454-8329-c3e2b0fb9b73",
"ProductName": "sample string 2",
"ProductTiming": "2025-11-17T10:22:03.9240849+02: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-11-17T10:22:03.9240849+02:00",
"ProductVisible": true,
"ProductLevelID": 26,
"MinDiscount": 27.1,
"MinDiscountValue": 28.1,
"InstantMaxDiscount": 29.1,
"InstantMaxDiscountValue": 30.1
}