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": "79ef66c7-e84f-46c2-b27c-17a35bae5cc7"
}
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": "add6d5c5-fe6f-488d-9b58-7bde0f9d14a8",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "d0d5b7d6-93ff-46cf-8aaf-d213f6bdf72e",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "0622b79f-3e01-4dca-a4e3-01f5fb596cc0"
},
{
"FunUUID": "add6d5c5-fe6f-488d-9b58-7bde0f9d14a8",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "d0d5b7d6-93ff-46cf-8aaf-d213f6bdf72e",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "0622b79f-3e01-4dca-a4e3-01f5fb596cc0"
}
]