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": "1c207bf7-ae7e-4f09-bd6b-bd0da2d6b182"
}
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": "dfe404a9-fec7-45bb-b880-4ba939ff67f1",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "959a64fb-e7d0-44a9-8e1b-e48df9988aa9"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "dfe404a9-fec7-45bb-b880-4ba939ff67f1",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "959a64fb-e7d0-44a9-8e1b-e48df9988aa9"
}
]