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": "f7a28c39-d027-45c9-b083-b7fdc176fac2",
"AttrValue1": "77d271c8-0042-461c-8d7e-c0d1fa9d05b2",
"AttrValue2": "ab40d5d6-2851-427c-ae59-dd0d19b990a6",
"AttrValue3": "ceb872f2-3bad-475a-a468-00659d89d52b",
"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": {}
}