POST api/AppProduct/AppGetProductC

AppGetProductC

Request Information

URI Parameters

None.

Body Parameters

AppGetProductID
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "55944a6f-5ebe-46ee-b8f9-73fe5877fdde"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppSaveProductC_Response
NameDescriptionTypeAdditional 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": "b282aa57-ef2f-4784-ab75-6f4b46eb30c5",
    "PhotoUUIDTag": "sample string 3",
    "AllowScore": true,
    "UserUUIDCur": "0e571c40-4a3a-49a2-a66d-db331946519b"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "ScoreAvg": 1.1,
    "PhotoUUID": "b282aa57-ef2f-4784-ab75-6f4b46eb30c5",
    "PhotoUUIDTag": "sample string 3",
    "AllowScore": true,
    "UserUUIDCur": "0e571c40-4a3a-49a2-a66d-db331946519b"
  }
]