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": "f7716aa8-e9b3-428e-bebc-589fe0db566f"
}
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": "f6cbc139-8be5-4955-9ca2-20cd6cb162bd",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "122aee17-101d-4bf5-a8a3-4c9ce7ccdc63"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "f6cbc139-8be5-4955-9ca2-20cd6cb162bd",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "122aee17-101d-4bf5-a8a3-4c9ce7ccdc63"
}
]