POST api/AppProduct/AppGetProductCategoryPhoto
AppGetProductCategoryPhoto
Request Information
URI Parameters
None.
Body Parameters
AppGetProduct_Params| Name | Description | Type | Additional 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": "1d00faa0-17d8-45db-a7e7-50668145f94c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetProductCategoryPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoUUID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"PhotoUUID": "0b81ced9-9ca9-4b40-90d8-c6216e5f9b38"
}