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": "c4e33c04-7435-48a5-af1c-52e86666c02e"
}
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": "04ae612c-381d-43d6-b667-50b45048fb07",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "f770dfa2-b1fb-438a-8a20-20a2f7fb9c31"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "04ae612c-381d-43d6-b667-50b45048fb07",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "f770dfa2-b1fb-438a-8a20-20a2f7fb9c31"
}
]