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": "5ca39ef5-d128-42af-b34c-8451d631cfe6",
"AttrValue1": "90a2e36b-26cf-4e3d-8aa1-e9e5ac625e8e",
"AttrValue2": "4ba8273e-8300-4be2-8579-c3c0a02e77be",
"AttrValue3": "c5ed7cec-df5e-4ec6-9c96-775d0c0b6fdc",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "5ca39ef5-d128-42af-b34c-8451d631cfe6",
"AttrValue1": "90a2e36b-26cf-4e3d-8aa1-e9e5ac625e8e",
"AttrValue2": "4ba8273e-8300-4be2-8579-c3c0a02e77be",
"AttrValue3": "c5ed7cec-df5e-4ec6-9c96-775d0c0b6fdc",
"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": {}
}