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": "33e8dea8-5c56-41b7-92c8-3b9425aca675",
"UserId": "ee9aec7c-6133-4a5a-b03b-72e9afd2b1a8",
"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": "7051b6da-e78c-4ab1-96a1-63122f6cd87a",
"WPMCalculationType": 33,
"IsClassMailingEnabled": true,
"IsStudentsMailingEnabled": true,
"IsStarsEnabled": true,
"IsGraphEnabled": true,
"IsFreeWritingEnabled": true,
"IsDisabledMessagesTeacher": true,
"IsDisabledMessagesStudent": true,
"CreatedDate": "2026-02-02T20:46:59.6293951+00:00",
"UpdateDate": "2026-02-02T20:46:59.6293951+00:00",
"WhoUpdate": "a3a2551a-3df5-40b5-bd9e-e3376f017fc7"
}
application/octet-stream, text/plain
Sample:
{"Id":"33e8dea8-5c56-41b7-92c8-3b9425aca675","UserId":"ee9aec7c-6133-4a5a-b03b-72e9afd2b1a8","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":"7051b6da-e78c-4ab1-96a1-63122f6cd87a","WPMCalculationType":33,"IsClassMailingEnabled":true,"IsStudentsMailingEnabled":true,"IsStarsEnabled":true,"IsGraphEnabled":true,"IsFreeWritingEnabled":true,"IsDisabledMessagesTeacher":true,"IsDisabledMessagesStudent":true,"CreatedDate":"2026-02-02T20:46:59.6293951+00:00","UpdateDate":"2026-02-02T20:46:59.6293951+00:00","WhoUpdate":"a3a2551a-3df5-40b5-bd9e-e3376f017fc7"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.