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": "6165acd8-cae5-4282-90aa-9b1ed9347077",
"AttrValue1": "f83b964a-1ea1-4930-bd08-6f2ac18fee22",
"AttrValue2": "67e4ecb3-8c7a-43f6-b1fa-85baa4b61e83",
"AttrValue3": "fbc7830f-180f-46c4-a4df-8bc4ce57d3ea",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "6165acd8-cae5-4282-90aa-9b1ed9347077",
"AttrValue1": "f83b964a-1ea1-4930-bd08-6f2ac18fee22",
"AttrValue2": "67e4ecb3-8c7a-43f6-b1fa-85baa4b61e83",
"AttrValue3": "fbc7830f-180f-46c4-a4df-8bc4ce57d3ea",
"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:
Sample not available.
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": {}
}