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": "101be8ed-558c-47d0-880e-780ce1adfc71" }
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": "d40df6b2-4284-4d42-9858-309ae8dbc4f8", "EntryTimeChange": "2025-07-27T11:20:16.8794404+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "502c3a31-cd62-4d0c-8423-3ac062411493", "BrandPhotoUUID": "5faf1921-173d-47f8-bf80-52f72209e196", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "ffe436dc-6e65-4c93-b196-4e20ab4c3e5e" }, { "ProductID": 1, "ProductCategoryID": 1, "PhotoUUID": "d40df6b2-4284-4d42-9858-309ae8dbc4f8", "EntryTimeChange": "2025-07-27T11:20:16.8794404+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "502c3a31-cd62-4d0c-8423-3ac062411493", "BrandPhotoUUID": "5faf1921-173d-47f8-bf80-52f72209e196", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "ffe436dc-6e65-4c93-b196-4e20ab4c3e5e" } ]