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": "f464a5df-be26-4527-aa5d-b09504886d5c" }
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": "2ba22791-a5ee-46df-8479-1a2165495ac8", "EntryTimeChange": "2025-04-19T06:16:59.1991154+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "76bbca6b-42b9-4ea4-afbf-5fc43f4302c6", "BrandPhotoUUID": "6edbc032-5d5f-40df-8e05-1cf6cdb6bac8", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "96812056-087a-4b1a-9896-6b87bc254016" }, { "ProductID": 1, "ProductCategoryID": 1, "PhotoUUID": "2ba22791-a5ee-46df-8479-1a2165495ac8", "EntryTimeChange": "2025-04-19T06:16:59.1991154+03:00", "ProductName": "sample string 3", "PriceChar": "sample string 4", "RealPrice": 1.1, "ProductText": "sample string 5", "CategoryPhotoUUID": "76bbca6b-42b9-4ea4-afbf-5fc43f4302c6", "BrandPhotoUUID": "6edbc032-5d5f-40df-8e05-1cf6cdb6bac8", "ProductFavorite": true, "AllowScore": true, "ScoreAvg": 8.1, "UserUUIDCur": "96812056-087a-4b1a-9896-6b87bc254016" } ]