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": "3355d91c-e04b-4c0f-80dd-f57d6b7b6d94"
}
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": "80711407-cb82-460a-aae6-819e6cfb62e3",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
},
{
"PhotoUUID": "80711407-cb82-460a-aae6-819e6cfb62e3",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
}
]