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": "5a7e8999-a459-4dac-9774-76880ac28562"
}
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": "d3951e1c-4e9b-4d1b-96de-144e2361e2db",
"EntryTimeChange": "2026-02-04T05:20:37.6928426+02:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "99d5368c-4e62-4297-9047-aa4f10b6341e",
"BrandPhotoUUID": "20757890-b848-454d-b2a1-b3b216261594",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "364a9c9e-95ae-4700-a737-8f7f2b3a0b0a"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "d3951e1c-4e9b-4d1b-96de-144e2361e2db",
"EntryTimeChange": "2026-02-04T05:20:37.6928426+02:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "99d5368c-4e62-4297-9047-aa4f10b6341e",
"BrandPhotoUUID": "20757890-b848-454d-b2a1-b3b216261594",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "364a9c9e-95ae-4700-a737-8f7f2b3a0b0a"
}
]