GET Api/ProdImage/GetAdditionalImg?prodID={prodID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductImageView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| AttrValues1Name | string |
None. |
|
| AttrValues2Name | string |
None. |
|
| AttrValues3Name | string |
None. |
|
| Sku | globally unique identifier |
None. |
|
| Type | ImageType |
None. |
|
| Image | string |
None. |
|
| Items | Collection of ProductImageItemView |
None. |
|
| IsDefault | boolean |
None. |
|
| IsDefaultName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "d628056d-98c0-4dbf-8ef8-150ced34feb7",
"ProductId": "4a1d2508-f2b2-4a80-82f4-a24e6a35b06c",
"AttrValue1": "9f2fdc77-4bc2-467b-b4b7-8e0ac5a7f79e",
"AttrValue2": "b2caeaae-1319-417e-a46d-a737090dc013",
"AttrValue3": "ba06fa85-c906-4eea-9ab6-60a5da105e0e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f87ddc45-6287-4b7f-b671-272d2df675ef",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "1ab4ea2c-d27f-4b51-af36-28ea9a531913",
"ImageID": "c5bb195a-9803-4aff-9000-2805ae5c6d9f",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "1ab4ea2c-d27f-4b51-af36-28ea9a531913",
"ImageID": "c5bb195a-9803-4aff-9000-2805ae5c6d9f",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
},
{
"Id": "d628056d-98c0-4dbf-8ef8-150ced34feb7",
"ProductId": "4a1d2508-f2b2-4a80-82f4-a24e6a35b06c",
"AttrValue1": "9f2fdc77-4bc2-467b-b4b7-8e0ac5a7f79e",
"AttrValue2": "b2caeaae-1319-417e-a46d-a737090dc013",
"AttrValue3": "ba06fa85-c906-4eea-9ab6-60a5da105e0e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f87ddc45-6287-4b7f-b671-272d2df675ef",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "1ab4ea2c-d27f-4b51-af36-28ea9a531913",
"ImageID": "c5bb195a-9803-4aff-9000-2805ae5c6d9f",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "1ab4ea2c-d27f-4b51-af36-28ea9a531913",
"ImageID": "c5bb195a-9803-4aff-9000-2805ae5c6d9f",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
}
]