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": "f5f59be5-4187-4a85-8fca-3fbe48b840a0" }
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": "ce6d13bf-32a0-4c0a-ae55-090297c06852", "PhotoUUIDTag": "sample string 3", "AllowScore": true, "UserUUIDCur": "eae3f125-1aee-42c4-baa5-b0269ea85caf" }, { "ProductID": 1, "ProductName": "sample string 2", "ScoreAvg": 1.1, "PhotoUUID": "ce6d13bf-32a0-4c0a-ae55-090297c06852", "PhotoUUIDTag": "sample string 3", "AllowScore": true, "UserUUIDCur": "eae3f125-1aee-42c4-baa5-b0269ea85caf" } ]