POST Api/ProdImage/SaveProductAdditionalImg
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductImageCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| SourceImage | string |
None. |
|
| ProdId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| ImageType | ImageType |
None. |
|
| ImagePaths | Collection of KeyValue |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SourceImage": "sample string 1",
"ProdId": "1763dc2c-fd84-4d95-947f-3b9bcd9743d7",
"AttrValue1": "8f19ee25-3490-40b0-b76f-8d591849896d",
"AttrValue2": "0b5367bd-a6a1-426f-9f67-524d9d4aa492",
"AttrValue3": "582caba3-8ae1-4f99-83fa-a228bc884945",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "1763dc2c-fd84-4d95-947f-3b9bcd9743d7",
"AttrValue1": "8f19ee25-3490-40b0-b76f-8d591849896d",
"AttrValue2": "0b5367bd-a6a1-426f-9f67-524d9d4aa492",
"AttrValue3": "582caba3-8ae1-4f99-83fa-a228bc884945",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}