POST api/AppProduct/AppGetProductCategoryPhoto
AppGetProductCategoryPhoto
Request Information
URI Parameters
None.
Body Parameters
AppGetProduct_ParamsName | 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": "cc682649-1303-48d2-ba6d-8f6c90e734b7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetProductCategoryPhotoName | Description | Type | Additional information |
---|---|---|---|
PhotoUUID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "PhotoUUID": "dbd0c71a-6caa-41e8-bf31-70c31a78b11e" }