POST Company/InsertColorTheme
Request Information
URI Parameters
None.
Body Parameters
EAuditorColorTheme| Name | Description | Type | Additional information |
|---|---|---|---|
| ThemeId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| HeaderImagePath | string |
None. |
|
| FooterImagePath | string |
None. |
|
| TableRowBackgroundColor | string |
None. |
|
| TableRowBorderColor | string |
None. |
|
| HeaderText | string |
None. |
|
| FooterText | string |
None. |
|
| DefaultFooter | integer |
None. |
|
| DefaultHeader | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ThemeId": 1,
"CompanyId": 2,
"HeaderImagePath": "sample string 3",
"FooterImagePath": "sample string 4",
"TableRowBackgroundColor": "sample string 5",
"TableRowBorderColor": "sample string 6",
"HeaderText": "sample string 7",
"FooterText": "sample string 8",
"DefaultFooter": 9,
"DefaultHeader": 10
}
application/xml, text/xml
Sample:
<EAuditorColorTheme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities"> <CompanyId>2</CompanyId> <DefaultFooter>9</DefaultFooter> <DefaultHeader>10</DefaultHeader> <FooterImagePath>sample string 4</FooterImagePath> <FooterText>sample string 8</FooterText> <HeaderImagePath>sample string 3</HeaderImagePath> <HeaderText>sample string 7</HeaderText> <TableRowBackgroundColor>sample string 5</TableRowBackgroundColor> <TableRowBorderColor>sample string 6</TableRowBorderColor> <ThemeId>1</ThemeId> </EAuditorColorTheme>
multipart/form-data
Sample:
<EAuditorColorTheme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities"><CompanyId>2</CompanyId><DefaultFooter>9</DefaultFooter><DefaultHeader>10</DefaultHeader><FooterImagePath>sample string 4</FooterImagePath><FooterText>sample string 8</FooterText><HeaderImagePath>sample string 3</HeaderImagePath><HeaderText>sample string 7</HeaderText><TableRowBackgroundColor>sample string 5</TableRowBackgroundColor><TableRowBorderColor>sample string 6</TableRowBorderColor><ThemeId>1</ThemeId></EAuditorColorTheme>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |