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": "0f5e4523-4890-4e28-be04-707024b9a50e"
}
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": "ea590f32-0a45-4ce7-ae1d-82ff36af7123",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "543a561c-9395-4b89-897c-03c11aacec5d",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "2e075dfb-e195-44e5-89f6-43bc002375cb"
},
{
"FunUUID": "ea590f32-0a45-4ce7-ae1d-82ff36af7123",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "543a561c-9395-4b89-897c-03c11aacec5d",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "2e075dfb-e195-44e5-89f6-43bc002375cb"
}
]