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": "962bd48f-dea2-43a4-b48d-9ad8a0636176",
"AttrValue1": "e8f44b23-b3d8-46e6-abac-7bb49303d536",
"AttrValue2": "a780e24c-3cd5-4b2f-b489-37e933db9a69",
"AttrValue3": "8db380ff-6805-455d-857d-a3b6526e94ae",
"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": {}
}