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": "ffcab81e-b0a3-433c-a03f-1349b5a40aa3"
}
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": "3c70d436-59c1-432a-9c3c-fd05857b1369",
"EntryTimeChange": "2026-08-05T03:57:51.8045385+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "4d07847c-fe2e-4ddb-974c-dc81e242a8c2",
"BrandPhotoUUID": "ff77e208-63be-4a17-bb7b-e68ed12f8a3f",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "8a9c54ae-aa62-46e5-96cd-7b8a92419b27"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "3c70d436-59c1-432a-9c3c-fd05857b1369",
"EntryTimeChange": "2026-08-05T03:57:51.8045385+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "4d07847c-fe2e-4ddb-974c-dc81e242a8c2",
"BrandPhotoUUID": "ff77e208-63be-4a17-bb7b-e68ed12f8a3f",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "8a9c54ae-aa62-46e5-96cd-7b8a92419b27"
}
]