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": "e24b6cff-7c28-47d7-830d-99ea33ca888e"
}
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": "9bdddad9-c744-4cca-b2fe-6f4dda66ac41",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
},
{
"PhotoUUID": "9bdddad9-c744-4cca-b2fe-6f4dda66ac41",
"PhotoName": "sample string 1",
"PhotoURL": "sample string 2"
}
]