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": "91a58bd9-4cd7-469a-889e-f5f5822590dd",
"UserUUIDCur": "0c599cb1-03cf-41e5-83ff-fb081b5860fe"
}
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": "aca3aa57-3ba4-4519-bf3e-e9f005cd7b85",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "869646e5-5660-476f-9a60-8747e3e308f3"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"Descr": "sample string 3",
"Q": 4,
"AllowScore": true,
"PhotoUUID": "aca3aa57-3ba4-4519-bf3e-e9f005cd7b85",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "869646e5-5660-476f-9a60-8747e3e308f3"
}
]