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": "c5e48a53-75fe-4ed7-b624-22dae98b49ab"
}
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": "7adbbe15-1bae-4f6c-b931-bbf79cad4a93",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "6aa1243c-e3ec-4e75-a4a6-4b49cf27a953"
},
{
"ProductID": 1,
"ProductName": "sample string 2",
"ScoreAvg": 1.1,
"PhotoUUID": "7adbbe15-1bae-4f6c-b931-bbf79cad4a93",
"PhotoUUIDTag": "sample string 3",
"AllowScore": true,
"UserUUIDCur": "6aa1243c-e3ec-4e75-a4a6-4b49cf27a953"
}
]