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": "9897db0c-bba5-4741-826c-a50ff8a8f1ff",
"UserId": "ec105374-1703-45e5-980e-2041ca06566d",
"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": "0c3b615f-17da-48a0-83b9-80df8b574771",
"WPMCalculationType": 33,
"IsClassMailingEnabled": true,
"IsStudentsMailingEnabled": true,
"IsStarsEnabled": true,
"IsGraphEnabled": true,
"IsFreeWritingEnabled": true,
"IsDisabledMessagesTeacher": true,
"IsDisabledMessagesStudent": true,
"CreatedDate": "2026-03-21T22:20:24.4826841+00:00",
"UpdateDate": "2026-03-21T22:20:24.4826841+00:00",
"WhoUpdate": "2016101d-6b83-4e13-9857-d7001cfe57ef"
}
application/octet-stream, text/plain
Sample:
{"Id":"9897db0c-bba5-4741-826c-a50ff8a8f1ff","UserId":"ec105374-1703-45e5-980e-2041ca06566d","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":"0c3b615f-17da-48a0-83b9-80df8b574771","WPMCalculationType":33,"IsClassMailingEnabled":true,"IsStudentsMailingEnabled":true,"IsStarsEnabled":true,"IsGraphEnabled":true,"IsFreeWritingEnabled":true,"IsDisabledMessagesTeacher":true,"IsDisabledMessagesStudent":true,"CreatedDate":"2026-03-21T22:20:24.4826841+00:00","UpdateDate":"2026-03-21T22:20:24.4826841+00:00","WhoUpdate":"2016101d-6b83-4e13-9857-d7001cfe57ef"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.