POST api/AppDefaultOnEntry/AppGetOpenProduct
AppGetOpenProduct
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "0c85d8c6-8960-4a24-9581-85803b4566b6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of App_GetOpenProduct_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductCategoryID | integer |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| EntryTimeChange | date |
None. |
|
| ProductName | string |
None. |
|
| PriceChar | string |
None. |
|
| RealPrice | decimal number |
None. |
|
| ProductText | string |
None. |
|
| CategoryPhotoUUID | globally unique identifier |
None. |
|
| BrandPhotoUUID | globally unique identifier |
None. |
|
| ProductFavorite | boolean |
None. |
|
| AllowScore | boolean |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "ffa7090d-59ae-4565-a926-1d19be0d823f",
"EntryTimeChange": "2026-06-20T22:53:46.9252523+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "bab63dc7-a049-488c-9661-12ee6be39efc",
"BrandPhotoUUID": "60cc7439-87ac-4c72-8628-8014d366d4ea",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "21ddc61e-085b-41b0-9195-d339cd8b27c5"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "ffa7090d-59ae-4565-a926-1d19be0d823f",
"EntryTimeChange": "2026-06-20T22:53:46.9252523+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "bab63dc7-a049-488c-9661-12ee6be39efc",
"BrandPhotoUUID": "60cc7439-87ac-4c72-8628-8014d366d4ea",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "21ddc61e-085b-41b0-9195-d339cd8b27c5"
}
]