POST api/Style/AddOrUpdate
Request Information
URI Parameters
None.
Body Parameters
StyleBo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| MenuBarBackgroundColor | string |
None. |
|
| MenuBarItemHoverColor | string |
None. |
|
| MenuForegroundColor | string |
None. |
|
| PageBackgroundColor | string |
None. |
|
| PageBackgroundImageUrl | string |
None. |
|
| LogoUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"MenuBarBackgroundColor": "sample string 2",
"MenuBarItemHoverColor": "sample string 3",
"MenuForegroundColor": "sample string 4",
"PageBackgroundColor": "sample string 5",
"PageBackgroundImageUrl": "sample string 6",
"LogoUrl": "sample string 7"
}
application/xml, text/xml
Sample:
<StyleBo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.BusinessObject"> <Id>sample string 1</Id> <LogoUrl>sample string 7</LogoUrl> <MenuBarBackgroundColor>sample string 2</MenuBarBackgroundColor> <MenuBarItemHoverColor>sample string 3</MenuBarItemHoverColor> <MenuForegroundColor>sample string 4</MenuForegroundColor> <PageBackgroundColor>sample string 5</PageBackgroundColor> <PageBackgroundImageUrl>sample string 6</PageBackgroundImageUrl> </StyleBo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.