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": "214509bb-a840-4c9e-924e-ee1405fe6e5a",
"ProductId": "47b0bd2c-3b1d-4265-8a18-648476b84ac4",
"AttrValue1": "62366489-3ada-464e-92ce-b3760cf26866",
"AttrValue2": "d3e59589-5dbc-4ad3-9a4d-f7f9b0f8e80a",
"AttrValue3": "5bca4bad-0475-4f68-b097-0d5ec69375ea",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "33dd0d54-5345-4f21-975f-039b15d2e4b9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "3289cb17-e771-4441-b9cf-e267154a8125",
"ImageID": "7b967dcb-07f6-49bb-8874-5057da080a00",
"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": "3289cb17-e771-4441-b9cf-e267154a8125",
"ImageID": "7b967dcb-07f6-49bb-8874-5057da080a00",
"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": "214509bb-a840-4c9e-924e-ee1405fe6e5a",
"ProductId": "47b0bd2c-3b1d-4265-8a18-648476b84ac4",
"AttrValue1": "62366489-3ada-464e-92ce-b3760cf26866",
"AttrValue2": "d3e59589-5dbc-4ad3-9a4d-f7f9b0f8e80a",
"AttrValue3": "5bca4bad-0475-4f68-b097-0d5ec69375ea",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "33dd0d54-5345-4f21-975f-039b15d2e4b9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "3289cb17-e771-4441-b9cf-e267154a8125",
"ImageID": "7b967dcb-07f6-49bb-8874-5057da080a00",
"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": "3289cb17-e771-4441-b9cf-e267154a8125",
"ImageID": "7b967dcb-07f6-49bb-8874-5057da080a00",
"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"
}
]