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": "0a083e2b-ed35-4811-a5f8-68202b213bc0",
"AttrValue1": "2da95987-46eb-477c-8738-5e5b8f6698a0",
"AttrValue2": "b372b571-f2db-4bb2-945b-fbe2bdcb7f93",
"AttrValue3": "ad3cff86-af7f-47ef-8ba7-4a80234e832e",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "0a083e2b-ed35-4811-a5f8-68202b213bc0",
"AttrValue1": "2da95987-46eb-477c-8738-5e5b8f6698a0",
"AttrValue2": "b372b571-f2db-4bb2-945b-fbe2bdcb7f93",
"AttrValue3": "ad3cff86-af7f-47ef-8ba7-4a80234e832e",
"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": {}
}