POST AdminApi/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": "e1e39e59-d50e-4a62-9ec5-ad08ba44025a",
"AttrValue1": "5c438d5d-1c0b-489e-a0ac-548cc711fe4d",
"AttrValue2": "ae5fb13a-580f-4a72-8548-bbc610651b78",
"AttrValue3": "75f677eb-7eca-484e-bc10-1a73dacef243",
"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": {}
}