PUT api/WebTabs/Put/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

WebTabModel
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

URL

string

None.

CompanyID

string

None.

Company

CompanyModel

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "URL": "sample string 3",
  "CompanyID": "sample string 4",
  "Company": {
    "ID": 1,
    "Name": "sample string 2",
    "CompanyType": "sample string 3",
    "UseCompanyColorScheme": true,
    "CompanyColor": "sample string 5",
    "AccountType": "sample string 6",
    "NumOfOffices": 7,
    "NumOfUsers": 8,
    "NumOfPropertiesPerOffice": 1,
    "ExpirationDate": "2026-04-03T03:38:25.3288992+00:00",
    "IsFullyRebranded": true,
    "RebrandLogo": "QEA=",
    "RebrandingInitials": "sample string 11",
    "AllowSuperAdmin": true,
    "AllowPBIAdmin": true,
    "CreateDate": "2026-04-03T03:38:25.3288992+00:00",
    "ModifiedDate": "2026-04-03T03:38:25.3288992+00:00",
    "HighlightEmptiesInGrid": true,
    "GroupTables": true,
    "AdminMessage": "sample string 16",
    "ShowAdminMessage": true,
    "ShowDataRefreshDate": true,
    "IsPBIMultiSchema": true,
    "DefaultImage": "sample string 19",
    "DefaultTab": "sample string 20",
    "UniqueID": "sample string 21",
    "SSOEnabled": true,
    "UseSidebarRecolor": true,
    "SidebarColor": "sample string 24",
    "SidebarLogo": "QEA=",
    "IsEnabled": true,
    "HasWebTabEnabled": true,
    "WebTabName": "sample string 27",
    "WebTabURL": "sample string 28"
  }
}

text/xml

Sample:
<WebTabModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models">
  <Company>
    <AccountType>sample string 6</AccountType>
    <AdminMessage>sample string 16</AdminMessage>
    <AllowPBIAdmin>true</AllowPBIAdmin>
    <AllowSuperAdmin>true</AllowSuperAdmin>
    <CompanyColor>sample string 5</CompanyColor>
    <CompanyType>sample string 3</CompanyType>
    <CreateDate>2026-04-03T03:38:25.3288992+00:00</CreateDate>
    <DefaultImage>sample string 19</DefaultImage>
    <DefaultTab>sample string 20</DefaultTab>
    <ExpirationDate>2026-04-03T03:38:25.3288992+00:00</ExpirationDate>
    <GroupTables>true</GroupTables>
    <HasWebTabEnabled>true</HasWebTabEnabled>
    <HighlightEmptiesInGrid>true</HighlightEmptiesInGrid>
    <ID>1</ID>
    <IsEnabled>true</IsEnabled>
    <IsFullyRebranded>true</IsFullyRebranded>
    <IsPBIMultiSchema>true</IsPBIMultiSchema>
    <ModifiedDate>2026-04-03T03:38:25.3288992+00:00</ModifiedDate>
    <Name>sample string 2</Name>
    <NumOfOffices>7</NumOfOffices>
    <NumOfPropertiesPerOffice>1</NumOfPropertiesPerOffice>
    <NumOfUsers>8</NumOfUsers>
    <RebrandLogo>QEA=</RebrandLogo>
    <RebrandingInitials>sample string 11</RebrandingInitials>
    <SSOEnabled>true</SSOEnabled>
    <ShowAdminMessage>true</ShowAdminMessage>
    <ShowDataRefreshDate>true</ShowDataRefreshDate>
    <SidebarColor>sample string 24</SidebarColor>
    <SidebarLogo>QEA=</SidebarLogo>
    <SnapshotLogo>QEA=</SnapshotLogo>
    <UniqueID>sample string 21</UniqueID>
    <UseCompanyColorScheme>true</UseCompanyColorScheme>
    <UseSidebarRecolor>true</UseSidebarRecolor>
    <WebTabName>sample string 27</WebTabName>
    <WebTabURL>sample string 28</WebTabURL>
  </Company>
  <CompanyID>sample string 4</CompanyID>
  <ID>1</ID>
  <Name>sample string 2</Name>
  <URL>sample string 3</URL>
</WebTabModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WebTabModel'.

Response Information

Resource Description

None.