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": "ffaa16f5-273e-41d0-8f8f-8cf74f4bb718",
"UserUUIDCur": "d1c71968-5829-49e7-a310-6a0ae09b6693"
}
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": "6fb661ae-e164-4a27-b2fe-ed95ea94ba24",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "efb5f55a-10ac-44aa-9293-28035c9ea68c"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"Descr": "sample string 3",
"Q": 4,
"AllowScore": true,
"PhotoUUID": "6fb661ae-e164-4a27-b2fe-ed95ea94ba24",
"PhotoUUIDTag": "sample string 6",
"UserUUIDCur": "efb5f55a-10ac-44aa-9293-28035c9ea68c"
}
]