POST AdminApi/SysCustomization/SaveSystemLogo
Request Information
URI Parameters
None.
Body Parameters
SystemLogo| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreLogo | Image |
None. |
|
| ReportLogo | Image |
None. |
|
| EmailLogo | Image |
None. |
Request Formats
application/json, text/json
Sample:
{
"StoreLogo": {
"ImageName": "sample string 1",
"ImagePath": "sample string 2"
},
"ReportLogo": {
"ImageName": "sample string 1",
"ImagePath": "sample string 2"
},
"EmailLogo": {
"ImageName": "sample string 1",
"ImagePath": "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": {}
}