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": "8b84409b-07cf-48f6-9222-27b4fc70f990"
}
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": "c893ea83-7d8b-41d2-a4f0-f5d61330276a",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "640801c5-99af-40bb-9ac7-939d5fdd6329"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "c893ea83-7d8b-41d2-a4f0-f5d61330276a",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "640801c5-99af-40bb-9ac7-939d5fdd6329"
}
]