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": "189dc58f-7731-49c3-95e7-ce6ef0b11ae6",
"UserUUIDCur": "d075e58c-38a9-4ef9-9902-15da6a8bd304"
}
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": "84845de0-eb44-40e9-a37a-75cb73760a7d",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "1a24a477-3216-4506-b34a-8d4594375b5b"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"Descr": "sample string 3",
"Q": 4,
"AllowScore": true,
"PhotoUUID": "84845de0-eb44-40e9-a37a-75cb73760a7d",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "1a24a477-3216-4506-b34a-8d4594375b5b"
}
]