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": "aac7e758-d532-4f24-bdf0-44358ae7715b",
"ProductId": "722731b8-fc48-41b9-941e-364716e8ed16",
"AttrValue1": "579b7b39-3992-4106-9210-7aea5f32cf3c",
"AttrValue2": "bf2e7e86-aa41-4e9b-8af3-3864e70a821f",
"AttrValue3": "adbc0a76-0526-4128-bcb2-91b8d6033d1a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "3441890e-6782-4660-b8a3-ceefaf83bfa7",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "fed77392-9d3b-4a5b-a5e5-54030e01ae12",
"ImageID": "10755f82-84da-4c09-906c-9477b5efc17d",
"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": "fed77392-9d3b-4a5b-a5e5-54030e01ae12",
"ImageID": "10755f82-84da-4c09-906c-9477b5efc17d",
"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": "aac7e758-d532-4f24-bdf0-44358ae7715b",
"ProductId": "722731b8-fc48-41b9-941e-364716e8ed16",
"AttrValue1": "579b7b39-3992-4106-9210-7aea5f32cf3c",
"AttrValue2": "bf2e7e86-aa41-4e9b-8af3-3864e70a821f",
"AttrValue3": "adbc0a76-0526-4128-bcb2-91b8d6033d1a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "3441890e-6782-4660-b8a3-ceefaf83bfa7",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "fed77392-9d3b-4a5b-a5e5-54030e01ae12",
"ImageID": "10755f82-84da-4c09-906c-9477b5efc17d",
"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": "fed77392-9d3b-4a5b-a5e5-54030e01ae12",
"ImageID": "10755f82-84da-4c09-906c-9477b5efc17d",
"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"
}
]