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": "ca905b90-6967-4e6c-a0dd-77cc1aad4fd0",
  "UserUUIDCur": "50fa8790-e1e7-4ac3-9654-5b1c27f139a6"
}

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": "41e3c092-5c0e-4132-94c3-a0f6ea177c38",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "b14b2123-3a89-4564-b147-827e199c7884"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "41e3c092-5c0e-4132-94c3-a0f6ea177c38",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "b14b2123-3a89-4564-b147-827e199c7884"
  }
]