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": "260504bd-21d3-487f-bf92-c03d56b203a9",
"ProductId": "49f07160-278f-449f-bab2-2ded271c8de3",
"AttrValue1": "a1c8d10e-cdd7-4f78-8b55-0bb1eca5d537",
"AttrValue2": "17c327fa-8765-4ded-aa9f-5704dcca6156",
"AttrValue3": "67702e84-00c3-409c-825b-59919541f2f8",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "839e423d-0612-4dcd-9cf8-e328c30ec2eb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6a6d3f4b-a9d2-4b93-81fb-c6fad85f76f2",
"ImageID": "ab444c9e-d692-4ac6-9815-16066650bc69",
"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": "6a6d3f4b-a9d2-4b93-81fb-c6fad85f76f2",
"ImageID": "ab444c9e-d692-4ac6-9815-16066650bc69",
"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": "260504bd-21d3-487f-bf92-c03d56b203a9",
"ProductId": "49f07160-278f-449f-bab2-2ded271c8de3",
"AttrValue1": "a1c8d10e-cdd7-4f78-8b55-0bb1eca5d537",
"AttrValue2": "17c327fa-8765-4ded-aa9f-5704dcca6156",
"AttrValue3": "67702e84-00c3-409c-825b-59919541f2f8",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "839e423d-0612-4dcd-9cf8-e328c30ec2eb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "6a6d3f4b-a9d2-4b93-81fb-c6fad85f76f2",
"ImageID": "ab444c9e-d692-4ac6-9815-16066650bc69",
"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": "6a6d3f4b-a9d2-4b93-81fb-c6fad85f76f2",
"ImageID": "ab444c9e-d692-4ac6-9815-16066650bc69",
"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"
}
]