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": "02e7d1c6-d10c-46c5-adb0-02f3fe2d24b0"
}
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": "79a71115-1e1b-4321-8a5d-23f76fe2ed0b",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "b74387ff-a03e-41ca-a002-7f4dca9de516",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "3d96aa65-cbbe-4d33-9563-c05ea75c8704"
},
{
"FunUUID": "79a71115-1e1b-4321-8a5d-23f76fe2ed0b",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "b74387ff-a03e-41ca-a002-7f4dca9de516",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "3d96aa65-cbbe-4d33-9563-c05ea75c8704"
}
]