POST api/AppProduct/AppGetProductC
AppGetProductC
Request Information
URI Parameters
None.
Body Parameters
AppGetProductID| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "89d921d0-063a-490b-9637-1d96af8285f1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppSaveProductC_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductName | string |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoUUIDTag | string |
None. |
|
| AllowScore | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "f92691b8-e947-402f-b38f-3d935090d705",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "12688524-f0a2-4eb9-ae29-7ca7a1a381c8"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "f92691b8-e947-402f-b38f-3d935090d705",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "12688524-f0a2-4eb9-ae29-7ca7a1a381c8"
}
]