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": "6b0d8d0f-03bf-4314-8e4c-3328fed2ea73",
"AttrValue1": "66909fca-f1b7-4def-a34d-0fbca7821830",
"AttrValue2": "938fb735-1d7d-40fb-afc3-f2c9c5c32fb9",
"AttrValue3": "0419f328-9d21-4b9d-86e3-b8d34076f4d5",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "6b0d8d0f-03bf-4314-8e4c-3328fed2ea73",
"AttrValue1": "66909fca-f1b7-4def-a34d-0fbca7821830",
"AttrValue2": "938fb735-1d7d-40fb-afc3-f2c9c5c32fb9",
"AttrValue3": "0419f328-9d21-4b9d-86e3-b8d34076f4d5",
"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": {}
}