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": "6cbc8597-b19a-4b18-9a87-5abd6b5887d8",
"AttrValue1": "01a6f0b7-486e-491b-aeb0-a4326f99af74",
"AttrValue2": "453cbd2b-2968-4286-af27-9c1969041f78",
"AttrValue3": "b1519b27-0f89-4002-b139-0788fe914df4",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "6cbc8597-b19a-4b18-9a87-5abd6b5887d8",
"AttrValue1": "01a6f0b7-486e-491b-aeb0-a4326f99af74",
"AttrValue2": "453cbd2b-2968-4286-af27-9c1969041f78",
"AttrValue3": "b1519b27-0f89-4002-b139-0788fe914df4",
"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": {}
}