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": "9b01325b-9875-4d63-a0b3-b0de3a12688b",
  "UserUUIDCur": "c4ad8f3b-5407-41ef-938b-1faa2ab95b81"
}

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": "d4ed7b14-e2f4-489b-9dad-3f83645f4e32",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "571d7e17-7add-492a-93ae-353b9405be7b"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "d4ed7b14-e2f4-489b-9dad-3f83645f4e32",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "571d7e17-7add-492a-93ae-353b9405be7b"
  }
]