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": "4a27c3d0-505e-4bbd-8b3e-80405c0856b1",
"AttrValue1": "585eb30e-f6a0-4f4b-bd15-136a6def59f8",
"AttrValue2": "ea97e11c-60ee-41c0-8b9c-0ed8028b9fac",
"AttrValue3": "6bf29350-a1fd-4310-93c8-c2be5bd86a9a",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "4a27c3d0-505e-4bbd-8b3e-80405c0856b1",
"AttrValue1": "585eb30e-f6a0-4f4b-bd15-136a6def59f8",
"AttrValue2": "ea97e11c-60ee-41c0-8b9c-0ed8028b9fac",
"AttrValue3": "6bf29350-a1fd-4310-93c8-c2be5bd86a9a",
"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": {}
}