POST api/AppProduct/AppGetProductPhoto
AppGetProductPhoto
Request Information
URI Parameters
None.
Body Parameters
AppGetProductPhotoName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "ecad4500-e8f3-4f66-8d38-2fc27b135b31" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductPhoto_ResponseName | Description | Type | Additional information |
---|---|---|---|
PhotoUUID | globally unique identifier |
None. |
|
PhotoName | string |
None. |
|
PhotoURL | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PhotoUUID": "8e75c80f-9987-4158-a28a-2bad3c985e27", "PhotoName": "sample string 1", "PhotoURL": "sample string 2" }, { "PhotoUUID": "8e75c80f-9987-4158-a28a-2bad3c985e27", "PhotoName": "sample string 1", "PhotoURL": "sample string 2" } ]