POST Api/ProdImage/SaveProductSkuImage
Request Information
URI Parameters
None.
Body Parameters
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": "9ea2ab75-d739-47ea-9ca3-a2503150d41a",
"AttrValue1": "f967d2e8-a3bd-40c4-9cc6-3241b09f2098",
"AttrValue2": "d3c2fcc2-199d-4678-a578-79a585bf61b6",
"AttrValue3": "cd81b179-dfe4-4c0f-ae1a-7448040a9765",
"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": {}
}