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": "66240438-bea5-4bfd-b449-673aaa639a88" }
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": "b03f2681-bfcb-440d-bf00-8287d1a90cb2", "EntryTimeChange": "2025-06-07T21:27:23.8269046+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "4c3f0fd6-b7b2-4bd9-af13-079ed0c8ffc6", "BrandPhotoUUID": "6c03a855-b822-40d9-a94a-d76970211495", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "cb6c1abd-5881-43c0-909c-3478cef142ef" }, { "ProductID": 1, "ProductCategoryID": 1, "PhotoUUID": "b03f2681-bfcb-440d-bf00-8287d1a90cb2", "EntryTimeChange": "2025-06-07T21:27:23.8269046+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "4c3f0fd6-b7b2-4bd9-af13-079ed0c8ffc6", "BrandPhotoUUID": "6c03a855-b822-40d9-a94a-d76970211495", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "cb6c1abd-5881-43c0-909c-3478cef142ef" } ]