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": "a31663be-c238-426a-b060-5c36cdaf0715",
"AttrValue1": "20f50429-80eb-42c0-b936-ad89761024ea",
"AttrValue2": "2a14659c-7420-4273-8cb9-a1c0f08e491e",
"AttrValue3": "0641680d-390b-4dfa-aa1d-0ffa16e116bc",
"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": {}
}