POST api/Admin/Theme
Request Information
URI Parameters
None.
Body Parameters
ThemeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AppThemeColor | string |
None. |
|
| TeamsMeetingColor | string |
None. |
|
| MyDeskMeetingColor | string |
None. |
|
| WorkFromHomeColor | string |
None. |
|
| DeskBookingColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppThemeColor": "sample string 1",
"TeamsMeetingColor": "sample string 2",
"MyDeskMeetingColor": "sample string 3",
"WorkFromHomeColor": "sample string 4",
"DeskBookingColor": "sample string 5"
}
application/xml, text/xml
Sample:
<ThemeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Themes"> <AppThemeColor>sample string 1</AppThemeColor> <DeskBookingColor>sample string 5</DeskBookingColor> <MyDeskMeetingColor>sample string 3</MyDeskMeetingColor> <TeamsMeetingColor>sample string 2</TeamsMeetingColor> <WorkFromHomeColor>sample string 4</WorkFromHomeColor> </ThemeDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.