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": "3dc6e950-de35-42c4-b8a8-d0a5f8f544ee"
}
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": "1a6546c2-8d6d-4a2c-8159-111c89d0483c",
"EntryTimeChange": "2026-05-06T15:32:17.8735472+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "58f5c78f-8610-4e0e-a21e-21082df62050",
"BrandPhotoUUID": "28e20add-f422-4f4f-93b9-a759ee0509e8",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "ba09b7f2-fddc-4c61-9635-51a13127c791"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "1a6546c2-8d6d-4a2c-8159-111c89d0483c",
"EntryTimeChange": "2026-05-06T15:32:17.8735472+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "58f5c78f-8610-4e0e-a21e-21082df62050",
"BrandPhotoUUID": "28e20add-f422-4f4f-93b9-a759ee0509e8",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "ba09b7f2-fddc-4c61-9635-51a13127c791"
}
]