POST api/AppProduct/AppGetProductFunResources
AppGetProductFunResources
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIPName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "34a2e273-cb2d-4294-b000-af8cbd24eb60" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductFunResourcesName | 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": "5d95adbd-ad7c-42af-8741-87202cbca895", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "570f55c7-05c6-42b4-a1ed-2742bd060c1e", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "2660f15c-f665-4bff-b346-d3cb22695458" }, { "FunUUID": "5d95adbd-ad7c-42af-8741-87202cbca895", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "570f55c7-05c6-42b4-a1ed-2742bd060c1e", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "2660f15c-f665-4bff-b346-d3cb22695458" } ]