POST api/AppDefaultOnEntry/AppGetOpenProduct
AppGetOpenProduct
Request Information
URI Parameters
None.
Body Parameters
App_GetOpenProductName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "1eead3b4-5f08-477f-acd0-e6530d252060" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of App_GetOpenProduct_ResponseName | 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": "acbc4f92-265b-49c2-bacf-9a0a2ed1b0c4", "EntryTimeChange": "2025-09-23T00:33:31.2448539+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "fa84022b-83f6-4526-b529-14eeceb7a913", "BrandPhotoUUID": "3d4b8201-22bf-4d87-afe3-156e6d2269b0", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "703f7738-1ffa-4d73-9603-1fab8b34e1f8" }, { "ProductID": 1, "ProductCategoryID": 1, "PhotoUUID": "acbc4f92-265b-49c2-bacf-9a0a2ed1b0c4", "EntryTimeChange": "2025-09-23T00:33:31.2448539+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "fa84022b-83f6-4526-b529-14eeceb7a913", "BrandPhotoUUID": "3d4b8201-22bf-4d87-afe3-156e6d2269b0", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "703f7738-1ffa-4d73-9603-1fab8b34e1f8" } ]