POST AdminApi/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": "ce8099f3-2bd4-4465-be23-5a6a10099e98",
"AttrValue1": "af0cfc44-2843-417f-93bb-3ebcf9bca81d",
"AttrValue2": "02beac2b-1a5a-4036-8d7e-fdd1c30cd07b",
"AttrValue3": "207ceba9-6853-4a4e-9bd7-cd3d86f44936",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "ce8099f3-2bd4-4465-be23-5a6a10099e98",
"AttrValue1": "af0cfc44-2843-417f-93bb-3ebcf9bca81d",
"AttrValue2": "02beac2b-1a5a-4036-8d7e-fdd1c30cd07b",
"AttrValue3": "207ceba9-6853-4a4e-9bd7-cd3d86f44936",
"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": {}
}