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": "af37d3ce-0f18-4c5a-bff0-59b27fda1a57" }
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": "6bd96e11-a4ff-464b-814e-55096391580b", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "9b0190d8-fc2c-4838-bb4b-5e17cefa90a6", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "93b3ff33-c992-4d34-8806-2cea339685c9" }, { "FunUUID": "6bd96e11-a4ff-464b-814e-55096391580b", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "9b0190d8-fc2c-4838-bb4b-5e17cefa90a6", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "93b3ff33-c992-4d34-8806-2cea339685c9" } ]