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": "e6a67286-05fe-4575-924c-bc229bcb6225",
"AttrValue1": "c295a8f0-bdad-41a4-821b-c2da99ffc571",
"AttrValue2": "fe8ff86f-6256-457a-bcda-f52c0b3f366f",
"AttrValue3": "f714549c-810d-4e9b-b93d-7b9df7ceea02",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "e6a67286-05fe-4575-924c-bc229bcb6225",
"AttrValue1": "c295a8f0-bdad-41a4-821b-c2da99ffc571",
"AttrValue2": "fe8ff86f-6256-457a-bcda-f52c0b3f366f",
"AttrValue3": "f714549c-810d-4e9b-b93d-7b9df7ceea02",
"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": {}
}