POST api/AppProduct/AppGetProductFunResources
AppGetProductFunResources
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIP| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "1e4b26f0-935a-4925-9078-1df06d6c1b6f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductFunResources| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| FunName | string |
None. |
|
| Descr | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoUUIDTag | string |
None. |
|
| Q | integer |
None. |
|
| AllowScore | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FunUUID": "4d86936c-c701-4790-bb3a-3c6ee3cf9ad2",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "aaed68e5-8d06-4caa-a3de-ae3a6a7990ab",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "2412d2d3-504a-40d2-b2a1-299eecb52c72"
},
{
"FunUUID": "4d86936c-c701-4790-bb3a-3c6ee3cf9ad2",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "aaed68e5-8d06-4caa-a3de-ae3a6a7990ab",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "2412d2d3-504a-40d2-b2a1-299eecb52c72"
}
]