POST api/AppProduct/AppGetProductCategoryPhoto

AppGetProductCategoryPhoto

Request Information

URI Parameters

None.

Body Parameters

AppGetProduct_Params
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductFavorite

boolean

None.

ProductCategoryID

integer

None.

Seq

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ProductFavorite": true,
  "ProductCategoryID": 1,
  "Seq": 1,
  "UserUUIDCur": "6278dd37-1544-4e23-b678-a89b752c664b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppGetProductCategoryPhoto
NameDescriptionTypeAdditional information
PhotoUUID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "PhotoUUID": "4d90636a-163b-4a27-ae9f-c9a90a28391c"
}