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": "6a227bcd-4555-4beb-b963-9a14e3f5727f",
  "UserUUIDCur": "14da21d4-a281-462e-8149-03933a82dd92"
}

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": "3b4508c4-be90-4a5b-ac13-1e749e093598",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "8a3fbe97-16e9-4592-ba75-a69fa92c5da7"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "3b4508c4-be90-4a5b-ac13-1e749e093598",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "8a3fbe97-16e9-4592-ba75-a69fa92c5da7"
  }
]