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": "716796c7-e8bf-4416-9ba3-fc957f2c0050",
"AttrValue1": "35083aad-8725-4024-b959-2540de66855c",
"AttrValue2": "c4a14e16-8c05-4a98-b2e2-72efde90d29d",
"AttrValue3": "a3a87d1f-ae12-4719-906f-1c6a8ffc460c",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "716796c7-e8bf-4416-9ba3-fc957f2c0050",
"AttrValue1": "35083aad-8725-4024-b959-2540de66855c",
"AttrValue2": "c4a14e16-8c05-4a98-b2e2-72efde90d29d",
"AttrValue3": "a3a87d1f-ae12-4719-906f-1c6a8ffc460c",
"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": {}
}