POST api/Fun/AppGetFunProductResources

AppGetFunProductResources

Request Information

URI Parameters

None.

Body Parameters

GetFunProductResources_request
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "4633cb08-67b1-4acf-8e9d-055261c1f49f",
  "UserUUIDCur": "0cc050c0-6751-4984-b14a-82b920ad1142"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetFunProductResources_response
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductName

string

None.

Descr

string

None.

Q

integer

None.

AllowScore

boolean

None.

PhotoUUID

globally unique identifier

None.

PhotoUUIDTag

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "4bdaf91e-bf78-4a4c-bc99-721127de60a5",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "1ac2c4d8-79b8-4461-82cd-0e7c7e722420"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "4bdaf91e-bf78-4a4c-bc99-721127de60a5",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "1ac2c4d8-79b8-4461-82cd-0e7c7e722420"
  }
]