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": "5086795e-8c34-4b95-9e40-6cfc6a69a1f6",
"ProductId": "268ee515-a15b-4f99-a357-493ca448cfe1",
"AttrValue1": "27a2e033-3e75-4fd4-9fde-a9d8945d9cff",
"AttrValue2": "a932ca3e-906f-42ae-9d3a-fb122628a784",
"AttrValue3": "9e4d68d9-f4a0-462a-8483-652787933d56",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b21f5539-336a-4b69-8ee0-5731ea508480",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "330d3062-41c0-4c36-92d1-7afa21c2e663",
"ImageID": "46d00322-4c41-465f-b45c-578a49bbedf5",
"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": "330d3062-41c0-4c36-92d1-7afa21c2e663",
"ImageID": "46d00322-4c41-465f-b45c-578a49bbedf5",
"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": "5086795e-8c34-4b95-9e40-6cfc6a69a1f6",
"ProductId": "268ee515-a15b-4f99-a357-493ca448cfe1",
"AttrValue1": "27a2e033-3e75-4fd4-9fde-a9d8945d9cff",
"AttrValue2": "a932ca3e-906f-42ae-9d3a-fb122628a784",
"AttrValue3": "9e4d68d9-f4a0-462a-8483-652787933d56",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b21f5539-336a-4b69-8ee0-5731ea508480",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "330d3062-41c0-4c36-92d1-7afa21c2e663",
"ImageID": "46d00322-4c41-465f-b45c-578a49bbedf5",
"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": "330d3062-41c0-4c36-92d1-7afa21c2e663",
"ImageID": "46d00322-4c41-465f-b45c-578a49bbedf5",
"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"
}
]