POST api/AdminProduct/AdmGetProductPhoto
AdmGetProductPhoto
Request Information
URI Parameters
None.
Body Parameters
GetProductPhotos_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "e04bbf4a-07c3-4400-9f44-e4ddf00d479b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]