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": "65511b26-09e1-43e8-b85f-b0d1dcc55dc5"
}
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": "673ae5a1-e55f-4a25-b1c1-e50b3336d65c",
"EntryTimeChange": "2025-11-17T10:16:08.9102248+02:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "acd6efc8-359f-4463-8d0a-e8ca66b86cfd",
"BrandPhotoUUID": "2a63a587-c889-441e-9d6f-6b25be8e1a62",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "978700e8-40c7-4f97-afa1-3e9099cc2972"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "673ae5a1-e55f-4a25-b1c1-e50b3336d65c",
"EntryTimeChange": "2025-11-17T10:16:08.9102248+02:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "acd6efc8-359f-4463-8d0a-e8ca66b86cfd",
"BrandPhotoUUID": "2a63a587-c889-441e-9d6f-6b25be8e1a62",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "978700e8-40c7-4f97-afa1-3e9099cc2972"
}
]