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": "f6efe4b2-6d95-463d-b67e-47c49df14e4a"
}
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": "eea6b283-53d4-42cb-9f0f-e22f871232da",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "387edf46-c5ad-4469-b131-67291fd232dd",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "21e9f362-61be-4bd9-93c2-501f5f2c1f6b"
},
{
"FunUUID": "eea6b283-53d4-42cb-9f0f-e22f871232da",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "387edf46-c5ad-4469-b131-67291fd232dd",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "21e9f362-61be-4bd9-93c2-501f5f2c1f6b"
}
]