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": "0c7f0a5f-62c3-4591-aaae-57f81ea9bb49",
  "UserUUIDCur": "d3a17dee-5591-4d4a-9eac-ed062d1c9138"
}

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": "46a47338-8a7f-4561-b02c-99a056fa4988",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "e2df2def-11e5-43f5-ab80-c5f11be798e8"
  },
  {
    "ProductID": 1,
    "ProductName": "sample string 2",
    "Descr": "sample string 3",
    "Q": 4,
    "AllowScore": true,
    "PhotoUUID": "46a47338-8a7f-4561-b02c-99a056fa4988",
    "PhotoUUIDTag": "sample string 6",
    "UserUUIDCur": "e2df2def-11e5-43f5-ab80-c5f11be798e8"
  }
]