GET AdminApi/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": "549df148-f3fa-4bf7-bb06-767a175cfc3d",
"ProductId": "e7bdc7f4-828c-4bee-a1ef-5d4998809f44",
"AttrValue1": "b94807e4-6ed4-46a3-aa8d-c7744e92ef05",
"AttrValue2": "4696f337-62be-4e9e-b315-2af7dab755f2",
"AttrValue3": "25186928-2cb1-4cb1-994a-a7b4e14631bd",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9a43809e-c205-4cc0-956e-2abea9550015",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f15131e5-68c7-4426-81f7-fada7597ccc1",
"ImageID": "2234f02f-092e-4346-a74a-c468b5a0dccd",
"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": "f15131e5-68c7-4426-81f7-fada7597ccc1",
"ImageID": "2234f02f-092e-4346-a74a-c468b5a0dccd",
"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": "549df148-f3fa-4bf7-bb06-767a175cfc3d",
"ProductId": "e7bdc7f4-828c-4bee-a1ef-5d4998809f44",
"AttrValue1": "b94807e4-6ed4-46a3-aa8d-c7744e92ef05",
"AttrValue2": "4696f337-62be-4e9e-b315-2af7dab755f2",
"AttrValue3": "25186928-2cb1-4cb1-994a-a7b4e14631bd",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9a43809e-c205-4cc0-956e-2abea9550015",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f15131e5-68c7-4426-81f7-fada7597ccc1",
"ImageID": "2234f02f-092e-4346-a74a-c468b5a0dccd",
"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": "f15131e5-68c7-4426-81f7-fada7597ccc1",
"ImageID": "2234f02f-092e-4346-a74a-c468b5a0dccd",
"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"
}
]