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": "8ba86edc-ddca-4b4e-ba61-f06939664ed6" }
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": "9ec121ed-10fa-4d61-8e55-ea76a5c05b82", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "0a9a005f-82ac-4908-b360-6921a65dace5", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "650dfc98-e101-4025-8e94-dd7a9269d0cb" }, { "FunUUID": "9ec121ed-10fa-4d61-8e55-ea76a5c05b82", "FunName": "sample string 2", "Descr": "sample string 3", "PhotoUUID": "0a9a005f-82ac-4908-b360-6921a65dace5", "PhotoUUIDTag": "sample string 4", "Q": 5, "AllowScore": true, "UserUUIDCur": "650dfc98-e101-4025-8e94-dd7a9269d0cb" } ]