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": "d28ebfe7-66c8-4d98-af68-f8877dff077d"
}
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": "188d2548-4156-4667-9e64-e8b89fa4cb4b",
"EntryTimeChange": "2026-09-19T13:09:54.8729593+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "9c181c6a-2180-4cee-9c5e-cdc9ab906c2c",
"BrandPhotoUUID": "d1466846-a4bc-4a50-9db6-508869aca0f8",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "453a121b-f393-4b4c-9bbc-730277cf4db8"
},
{
"ProductID": 1,
"ProductCategoryID": 1,
"PhotoUUID": "188d2548-4156-4667-9e64-e8b89fa4cb4b",
"EntryTimeChange": "2026-09-19T13:09:54.8729593+03:00",
"ProductName": "sample string 3",
"PriceChar": "sample string 4",
"RealPrice": 1.1,
"ProductText": "sample string 5",
"CategoryPhotoUUID": "9c181c6a-2180-4cee-9c5e-cdc9ab906c2c",
"BrandPhotoUUID": "d1466846-a4bc-4a50-9db6-508869aca0f8",
"ProductFavorite": true,
"AllowScore": true,
"ScoreAvg": 8.1,
"UserUUIDCur": "453a121b-f393-4b4c-9bbc-730277cf4db8"
}
]