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": "801d5032-3240-45f8-a4a3-6ef38e34ba09",
"ProductId": "1064ec37-1a23-4f00-bf69-73e27901ba96",
"AttrValue1": "f179dac7-467f-4b27-b6e2-dbd8fdd67695",
"AttrValue2": "8629c01b-4211-48b6-ac3f-81c4480db413",
"AttrValue3": "a0612f5c-1ccb-46bc-9745-f6d4613b23ed",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "4c3f087e-b207-48e3-be6e-0da94e8a6a08",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "044a16e2-6c11-431d-98da-a2315e40d76f",
"ImageID": "2598972d-71b2-434c-80c3-9b7e5f4f0a06",
"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": "044a16e2-6c11-431d-98da-a2315e40d76f",
"ImageID": "2598972d-71b2-434c-80c3-9b7e5f4f0a06",
"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": "801d5032-3240-45f8-a4a3-6ef38e34ba09",
"ProductId": "1064ec37-1a23-4f00-bf69-73e27901ba96",
"AttrValue1": "f179dac7-467f-4b27-b6e2-dbd8fdd67695",
"AttrValue2": "8629c01b-4211-48b6-ac3f-81c4480db413",
"AttrValue3": "a0612f5c-1ccb-46bc-9745-f6d4613b23ed",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "4c3f087e-b207-48e3-be6e-0da94e8a6a08",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "044a16e2-6c11-431d-98da-a2315e40d76f",
"ImageID": "2598972d-71b2-434c-80c3-9b7e5f4f0a06",
"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": "044a16e2-6c11-431d-98da-a2315e40d76f",
"ImageID": "2598972d-71b2-434c-80c3-9b7e5f4f0a06",
"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"
}
]