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": "a6e00b35-3987-4cb6-83d5-6a1625188dd9",
"ProductId": "83fe4053-a657-467b-895b-80f70c2f2edf",
"AttrValue1": "c767ddca-44ed-49b0-b8f4-9edbea56ea60",
"AttrValue2": "36fb7af9-c886-4543-b32c-437d54474026",
"AttrValue3": "3eafbf71-582c-482c-8b99-1417e2999a04",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "876628aa-56c6-4d4f-9ff1-c6d836e10231",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c3e691af-b454-4c92-b87e-d5e1a88059f8",
"ImageID": "81a8bd50-6b9f-4326-99f1-3575fec00a69",
"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": "c3e691af-b454-4c92-b87e-d5e1a88059f8",
"ImageID": "81a8bd50-6b9f-4326-99f1-3575fec00a69",
"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": "a6e00b35-3987-4cb6-83d5-6a1625188dd9",
"ProductId": "83fe4053-a657-467b-895b-80f70c2f2edf",
"AttrValue1": "c767ddca-44ed-49b0-b8f4-9edbea56ea60",
"AttrValue2": "36fb7af9-c886-4543-b32c-437d54474026",
"AttrValue3": "3eafbf71-582c-482c-8b99-1417e2999a04",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "876628aa-56c6-4d4f-9ff1-c6d836e10231",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c3e691af-b454-4c92-b87e-d5e1a88059f8",
"ImageID": "81a8bd50-6b9f-4326-99f1-3575fec00a69",
"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": "c3e691af-b454-4c92-b87e-d5e1a88059f8",
"ImageID": "81a8bd50-6b9f-4326-99f1-3575fec00a69",
"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"
}
]