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": "9c779a29-8392-4339-8ebd-33ed3bb86ecb",
"AttrValue1": "ebad7f99-e00e-467d-8154-212a91d0a40b",
"AttrValue2": "d77ac301-a6c6-4c21-84b7-3baf6b6c328e",
"AttrValue3": "e73d3c5b-55a3-435a-ab4f-85386f3cbbfb",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "9c779a29-8392-4339-8ebd-33ed3bb86ecb",
"AttrValue1": "ebad7f99-e00e-467d-8154-212a91d0a40b",
"AttrValue2": "d77ac301-a6c6-4c21-84b7-3baf6b6c328e",
"AttrValue3": "e73d3c5b-55a3-435a-ab4f-85386f3cbbfb",
"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": {}
}