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": "2e716bc3-5363-4208-842e-0164c8bed0a9"
}
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": "4f33513b-6fc6-4d4d-8391-d9c27eb88a28",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "b297ab6c-0025-402c-bb99-32fe0c228c82",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "1bbf067e-3b35-4339-9c61-62990970fe2b"
},
{
"FunUUID": "4f33513b-6fc6-4d4d-8391-d9c27eb88a28",
"FunName": "sample string 2",
"Descr": "sample string 3",
"PhotoUUID": "b297ab6c-0025-402c-bb99-32fe0c228c82",
"PhotoUUIDTag": "sample string 4",
"Q": 5,
"AllowScore": true,
"UserUUIDCur": "1bbf067e-3b35-4339-9c61-62990970fe2b"
}
]