POST Api/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": "d41e68c1-137c-4dcf-a79a-67eb3a203d71",
"AttrValue1": "e4fdf2b8-bba0-47ce-a142-7a079e2c6a6c",
"AttrValue2": "0a82210b-bdd0-4a33-9ac4-c6154649b03b",
"AttrValue3": "5975ff55-2511-4487-a9ca-a40dc59be5ce",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "d41e68c1-137c-4dcf-a79a-67eb3a203d71",
"AttrValue1": "e4fdf2b8-bba0-47ce-a142-7a079e2c6a6c",
"AttrValue2": "0a82210b-bdd0-4a33-9ac4-c6154649b03b",
"AttrValue3": "5975ff55-2511-4487-a9ca-a40dc59be5ce",
"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": {}
}