POST admin/addon/TenantScheduler/details/company/{tenantId}/add_updatev2
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantId | string |
Required |
Body Parameters
TenantCompanySchedulerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| backgroungColor | string |
None. |
|
| headerBackgroundColor | string |
None. |
|
| buttonBackgroundColor | string |
None. |
|
| optionBackgroundColor | string |
None. |
|
| activeBackgroundColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"backgroungColor": "sample string 1",
"headerBackgroundColor": "sample string 2",
"buttonBackgroundColor": "sample string 3",
"optionBackgroundColor": "sample string 4",
"activeBackgroundColor": "sample string 5"
}
application/xml, text/xml
Sample:
<TenantSchedulerController.TenantCompanySchedulerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AddOn"> <activeBackgroundColor>sample string 5</activeBackgroundColor> <backgroungColor>sample string 1</backgroungColor> <buttonBackgroundColor>sample string 3</buttonBackgroundColor> <headerBackgroundColor>sample string 2</headerBackgroundColor> <optionBackgroundColor>sample string 4</optionBackgroundColor> </TenantSchedulerController.TenantCompanySchedulerRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />