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": "6ba5ad05-7989-4b1b-8420-9dbbdb789233",
"AttrValue1": "2d524b86-3512-48d0-a91b-482dae09ec2a",
"AttrValue2": "5bc6f394-b862-4ac1-aa2b-7d34ad24435a",
"AttrValue3": "e50db79a-1415-45ea-a605-a604d6c09709",
"ImageType": 0,
"ImagePaths": [
{
"Id": "sample string 1",
"Text": "sample string 2"
},
{
"Id": "sample string 1",
"Text": "sample string 2"
}
]
},
{
"SourceImage": "sample string 1",
"ProdId": "6ba5ad05-7989-4b1b-8420-9dbbdb789233",
"AttrValue1": "2d524b86-3512-48d0-a91b-482dae09ec2a",
"AttrValue2": "5bc6f394-b862-4ac1-aa2b-7d34ad24435a",
"AttrValue3": "e50db79a-1415-45ea-a605-a604d6c09709",
"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": {}
}