POST api/Fun/AppGetFunProductResources
AppGetFunProductResources
Request Information
URI Parameters
None.
Body Parameters
GetFunProductResources_requestName | Description | Type | Additional information |
---|---|---|---|
FunUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "FunUUID": "1c9c62ca-7380-439d-8c1b-d85d098fbcac", "UserUUIDCur": "2e61969b-f8a9-4b60-9307-e1cd69056c33" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunProductResources_responseName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
ProductName | string |
None. |
|
Descr | string |
None. |
|
Q | integer |
None. |
|
AllowScore | boolean |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
PhotoUUIDTag | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ProductID": 1, "ProductName": "sample string 2", "Descr": "sample string 3", "Q": 4, "AllowScore": true, "PhotoUUID": "ebd2a072-bd2e-4a07-97dc-abee4ce21b34", "PhotoUUIDTag": "sample string 6", "UserUUIDCur": "f19f21a4-f1e4-4f80-9391-129a58dbb196" }, { "ProductID": 1, "ProductName": "sample string 2", "Descr": "sample string 3", "Q": 4, "AllowScore": true, "PhotoUUID": "ebd2a072-bd2e-4a07-97dc-abee4ce21b34", "PhotoUUIDTag": "sample string 6", "UserUUIDCur": "f19f21a4-f1e4-4f80-9391-129a58dbb196" } ]