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": "c2050fda-e68b-441e-9d16-1a1c0ceb9a00"
}
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": "40de36e5-aee5-44a3-9a10-6c475899afd2",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
},
{
"PhotoUUID": "40de36e5-aee5-44a3-9a10-6c475899afd2",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
}
]