POST api/Settings/SaveKeyboardSettings
Request Information
URI Parameters
None.
Body Parameters
KeyboardSettingsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TableTexture | string |
None. |
|
| ScreenColor | string |
None. |
|
| KeyboardTypeId | integer |
None. |
|
| KeyboardColorId | integer |
None. |
|
| HandsColorId | integer |
None. |
|
| HandsTypeId | integer |
None. |
|
| PraiseOption | boolean |
None. |
|
| BeepOnError | boolean |
None. |
|
| SoundTypeId | integer |
None. |
|
| SoundTypeName | string |
None. |
|
| TextColorTop | string |
None. |
|
| TextColorBottom | string |
None. |
|
| IsTextColorOpacity | boolean |
None. |
|
| IsDefault | boolean |
None. |
|
| Training | boolean |
None. |
|
| BackSpaceOption | boolean |
None. |
|
| SpaceOption | boolean |
None. |
|
| WPMScale | integer |
None. |
|
| IsWMEnabled | boolean |
None. |
|
| SpeachSetting | string |
None. |
|
| Speech | boolean |
None. |
|
| Font | string |
None. |
|
| CopyTyping | boolean |
None. |
|
| RememberAndRepeat | boolean |
None. |
|
| FingertipColour | string |
None. |
|
| CopyTextColour | string |
None. |
|
| IsLockNotPassedLevels | boolean |
None. |
|
| UnlockModuleScore | integer |
None. |
|
| OneMistake | boolean |
None. |
|
| KeybordSettingFlags | integer |
None. |
|
| LanguageId | globally unique identifier |
None. |
|
| WPMCalculationType | integer |
None. |
|
| IsClassMailingEnabled | boolean |
None. |
|
| IsStudentsMailingEnabled | boolean |
None. |
|
| IsStarsEnabled | boolean |
None. |
|
| IsGraphEnabled | boolean |
None. |
|
| IsFreeWritingEnabled | boolean |
None. |
|
| IsDisabledMessagesTeacher | boolean |
None. |
|
| IsDisabledMessagesStudent | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdateDate | date |
None. |
|
| WhoUpdate | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "5d9f6415-cd85-42d7-9145-10d998f18cf7",
"UserId": "213bdf2f-4b22-4d05-82d0-643617c10c64",
"TableTexture": "sample string 3",
"ScreenColor": "sample string 4",
"KeyboardTypeId": 5,
"KeyboardColorId": 6,
"HandsColorId": 7,
"HandsTypeId": 8,
"PraiseOption": true,
"BeepOnError": true,
"SoundTypeId": 11,
"SoundTypeName": "sample string 12",
"TextColorTop": "sample string 13",
"TextColorBottom": "sample string 14",
"IsTextColorOpacity": true,
"IsDefault": true,
"Training": true,
"BackSpaceOption": true,
"SpaceOption": true,
"WPMScale": 20,
"IsWMEnabled": true,
"SpeachSetting": "sample string 22",
"Speech": true,
"Font": "sample string 24",
"CopyTyping": true,
"RememberAndRepeat": true,
"FingertipColour": "sample string 27",
"CopyTextColour": "sample string 28",
"IsLockNotPassedLevels": true,
"UnlockModuleScore": 30,
"OneMistake": true,
"KeybordSettingFlags": 32,
"LanguageId": "ac8c641f-5c0b-4306-915d-e8c84030783e",
"WPMCalculationType": 33,
"IsClassMailingEnabled": true,
"IsStudentsMailingEnabled": true,
"IsStarsEnabled": true,
"IsGraphEnabled": true,
"IsFreeWritingEnabled": true,
"IsDisabledMessagesTeacher": true,
"IsDisabledMessagesStudent": true,
"CreatedDate": "2026-05-06T12:36:44.2820635+00:00",
"UpdateDate": "2026-05-06T12:36:44.2820635+00:00",
"WhoUpdate": "15a60a16-e666-4e02-a335-c24d3663b50b"
}
application/octet-stream, text/plain
Sample:
{"Id":"5d9f6415-cd85-42d7-9145-10d998f18cf7","UserId":"213bdf2f-4b22-4d05-82d0-643617c10c64","TableTexture":"sample string 3","ScreenColor":"sample string 4","KeyboardTypeId":5,"KeyboardColorId":6,"HandsColorId":7,"HandsTypeId":8,"PraiseOption":true,"BeepOnError":true,"SoundTypeId":11,"SoundTypeName":"sample string 12","TextColorTop":"sample string 13","TextColorBottom":"sample string 14","IsTextColorOpacity":true,"IsDefault":true,"Training":true,"BackSpaceOption":true,"SpaceOption":true,"WPMScale":20,"IsWMEnabled":true,"SpeachSetting":"sample string 22","Speech":true,"Font":"sample string 24","CopyTyping":true,"RememberAndRepeat":true,"FingertipColour":"sample string 27","CopyTextColour":"sample string 28","IsLockNotPassedLevels":true,"UnlockModuleScore":30,"OneMistake":true,"KeybordSettingFlags":32,"LanguageId":"ac8c641f-5c0b-4306-915d-e8c84030783e","WPMCalculationType":33,"IsClassMailingEnabled":true,"IsStudentsMailingEnabled":true,"IsStarsEnabled":true,"IsGraphEnabled":true,"IsFreeWritingEnabled":true,"IsDisabledMessagesTeacher":true,"IsDisabledMessagesStudent":true,"CreatedDate":"2026-05-06T12:36:44.2820635+00:00","UpdateDate":"2026-05-06T12:36:44.2820635+00:00","WhoUpdate":"15a60a16-e666-4e02-a335-c24d3663b50b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.