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": "39c9768a-4a39-47cc-95ad-4f6c9b5982fb",
  "UserUUIDCur": "dfb56a69-3d55-4d2b-891e-846dcd9e579c"
}

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": "4c79b888-ac2c-4315-8b4b-e78d8b51e147",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "ef377935-9211-4795-bb62-0e97b4cf95d5"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "4c79b888-ac2c-4315-8b4b-e78d8b51e147",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "ef377935-9211-4795-bb62-0e97b4cf95d5"
  }
]