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": "bc585614-c3ce-4d84-ab9d-82c9a79655ab",
"AttrValue1": "8ca99d58-af00-4101-afd2-0633dc00ebac",
"AttrValue2": "d351cf84-4d90-4bcb-bc0e-ef62cd35a143",
"AttrValue3": "88c45495-20aa-4f17-896f-eaec4dbf1e87",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "bc585614-c3ce-4d84-ab9d-82c9a79655ab",
"AttrValue1": "8ca99d58-af00-4101-afd2-0633dc00ebac",
"AttrValue2": "d351cf84-4d90-4bcb-bc0e-ef62cd35a143",
"AttrValue3": "88c45495-20aa-4f17-896f-eaec4dbf1e87",
"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": {}
}