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": "e312bbb9-e2e6-4b92-a3e5-1022a104fb6e"
}
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": "1e2d5955-eb41-46f9-bca9-8cae93f5a80c",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "55e9524d-94c1-43a4-a6ea-a48d5cabec4f"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "1e2d5955-eb41-46f9-bca9-8cae93f5a80c",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "55e9524d-94c1-43a4-a6ea-a48d5cabec4f"
}
]