POST api/AppProduct/AppGetProductPhoto
AppGetProductPhoto
Request Information
URI Parameters
None.
Body Parameters
AppGetProductPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "8de305d0-0696-4037-9022-532b5b7831fa"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductPhoto_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoName | string |
None. |
|
| PhotoURL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PhotoUUID": "c5b31783-a48b-4ffa-9e14-15f0440c0217",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
},
{
"PhotoUUID": "c5b31783-a48b-4ffa-9e14-15f0440c0217",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
}
]