GET api/HR/GetEmpTheme?EmpId={EmpId}&InCT={InCT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
EmpId | No documentation available. |
Define this parameter in the request URI. |
InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "NvbarColor": "sample string 1", "ButtonColor": "sample string 2", "ButtonBorder": "sample string 3", "ButtonHover": "sample string 4", "FontStyle": "sample string 5", "EmpId": 6, "CreatedEmpId": 1, "CreatedDate": "2025-03-14T08:34:09.0629652+02:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-03-14T08:34:09.0629652+02:00", "DeletedEmpId": 1, "DeletedDate": "2025-03-14T08:34:09.0629652+02:00", "IsDeleted": true, "Id": 8 }
application/xml, text/xml
Sample:
<Sys_ThemeSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>8</Id> <CreatedDate>2025-03-14T08:34:09.0629652+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-03-14T08:34:09.0629652+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-03-14T08:34:09.0629652+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <ButtonBorder>sample string 3</ButtonBorder> <ButtonColor>sample string 2</ButtonColor> <ButtonHover>sample string 4</ButtonHover> <EmpId>6</EmpId> <FontStyle>sample string 5</FontStyle> <NvbarColor>sample string 1</NvbarColor> </Sys_ThemeSetting>