POST api/Fun/AppGetFunProductResources
AppGetFunProductResources
Request Information
URI Parameters
None.
Body Parameters
GetFunProductResources_request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "b93fc997-69ed-4020-9745-8120de04f841",
"UserUUIDCur": "89edbfc6-3cc7-4e3f-84e9-ed00d5994298"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetFunProductResources_response| Name | 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": "b61eb31a-141f-45d3-b485-365591c405a0",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "e9ab6d3c-034a-4131-a931-dcf88d97b17e"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"Descr": "sample string 3",
"Q": 4,
"AllowScore": true,
"PhotoUUID": "b61eb31a-141f-45d3-b485-365591c405a0",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "e9ab6d3c-034a-4131-a931-dcf88d97b17e"
}
]