POST api/AppProduct/AppGetProductC
AppGetProductC
Request Information
URI Parameters
None.
Body Parameters
AppGetProductIDName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "c7c0c7ba-5539-4768-b765-1a17a30840fe" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppSaveProductC_ResponseName | 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": "eb17f891-3d82-4667-9f95-82d74d1ac1b6", "PhotoUUIDTag": "sample string 3", "AllowScore": true, "UserUUIDCur": "6347aea5-971d-4c68-b737-c8e067e25371" }, { "ProductID": 1, "ProductName": "sample string 2", "ScoreAvg": 1.1, "PhotoUUID": "eb17f891-3d82-4667-9f95-82d74d1ac1b6", "PhotoUUIDTag": "sample string 3", "AllowScore": true, "UserUUIDCur": "6347aea5-971d-4c68-b737-c8e067e25371" } ]