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": "052b6dd7-ea1b-4eca-88f3-505354aa84bc"
}
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": "0f37b8ff-af41-4d91-a4c3-32cac8e4745d",
"EntryTimeChange": "2026-03-21T23:34:55.9628623+02:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "7b9a053b-fa9c-4b96-a42a-1c350196459b",
"BrandPhotoUUID": "a0851065-e057-4c8e-95ee-52241241968d",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "85f71c43-3b74-425f-98a6-f88ec859ce12"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "0f37b8ff-af41-4d91-a4c3-32cac8e4745d",
"EntryTimeChange": "2026-03-21T23:34:55.9628623+02:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "7b9a053b-fa9c-4b96-a42a-1c350196459b",
"BrandPhotoUUID": "a0851065-e057-4c8e-95ee-52241241968d",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "85f71c43-3b74-425f-98a6-f88ec859ce12"
}
]