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": "752aee38-d56b-4ecb-a47b-e3053977532b",
"ProductId": "3e9a6be5-1ec4-4095-ad5e-918122a26f2d",
"AttrValue1": "7e3fd3d8-1629-4f03-a9fb-ecbb7f55866d",
"AttrValue2": "f539f0c3-e0aa-44bb-8e66-791e9f4a0e92",
"AttrValue3": "cd2f44b2-c88f-4388-89c4-b9b24205da8a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "0a3b0be0-0f93-4d00-ad56-35ea3ab44b49",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "0dd0e01d-ab0f-4668-a6b7-eb2ff2c6e337",
"ImageID": "f52dd263-a207-4731-9e4d-119a8e483c55",
"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": "0dd0e01d-ab0f-4668-a6b7-eb2ff2c6e337",
"ImageID": "f52dd263-a207-4731-9e4d-119a8e483c55",
"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": "752aee38-d56b-4ecb-a47b-e3053977532b",
"ProductId": "3e9a6be5-1ec4-4095-ad5e-918122a26f2d",
"AttrValue1": "7e3fd3d8-1629-4f03-a9fb-ecbb7f55866d",
"AttrValue2": "f539f0c3-e0aa-44bb-8e66-791e9f4a0e92",
"AttrValue3": "cd2f44b2-c88f-4388-89c4-b9b24205da8a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "0a3b0be0-0f93-4d00-ad56-35ea3ab44b49",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "0dd0e01d-ab0f-4668-a6b7-eb2ff2c6e337",
"ImageID": "f52dd263-a207-4731-9e4d-119a8e483c55",
"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": "0dd0e01d-ab0f-4668-a6b7-eb2ff2c6e337",
"ImageID": "f52dd263-a207-4731-9e4d-119a8e483c55",
"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"
}
]