POST api/PortalGeneral/SaveThemeGeneral
Request Information
URI Parameters
None.
Body Parameters
GeneralTheme| Name | Description | Type | Additional information |
|---|---|---|---|
| ThemeId | integer |
None. |
|
| Version | integer |
None. |
|
| HaId | integer |
None. |
|
| LastUpdated | date |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedByName | string |
None. |
|
| Css | string |
None. |
|
| CssFilePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ThemeId": 1,
"Version": 2,
"HaId": 3,
"LastUpdated": "2026-01-22T23:17:49.4718552-05:00",
"LastUpdatedBy": 4,
"LastUpdatedByName": "sample string 5",
"Css": "sample string 6",
"CssFilePath": "sample string 7"
}
text/html
Sample:
{"ThemeId":1,"Version":2,"HaId":3,"LastUpdated":"2026-01-22T23:17:49.4718552-05:00","LastUpdatedBy":4,"LastUpdatedByName":"sample string 5","Css":"sample string 6","CssFilePath":"sample string 7"}
application/xml, text/xml
Sample:
<GeneralTheme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalEditor.Model.Models"> <Css>sample string 6</Css> <CssFilePath>sample string 7</CssFilePath> <HaId>3</HaId> <LastUpdated>2026-01-22T23:17:49.4718552-05:00</LastUpdated> <LastUpdatedBy>4</LastUpdatedBy> <LastUpdatedByName>sample string 5</LastUpdatedByName> <ThemeId>1</ThemeId> <Version>2</Version> </GeneralTheme>
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. |