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": "ea13529a-c4bc-47cf-a04f-d80d3bf4cdc2" }
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": "12fb0315-c32d-4704-a86e-33b790b37754", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "b8fa4454-26f4-4d82-b831-5c69870a2d64", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "2fb9c7e0-4cc1-4cd5-9071-fe8c6356be2f" }, { "FunUUID": "12fb0315-c32d-4704-a86e-33b790b37754", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "b8fa4454-26f4-4d82-b831-5c69870a2d64", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "2fb9c7e0-4cc1-4cd5-9071-fe8c6356be2f" } ]