POST api/Settings/SaveKeyboardSettings

Request Information

URI Parameters

None.

Body Parameters

KeyboardSettingsModel
NameDescriptionTypeAdditional 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": "7a21ad51-dab9-4bdc-8933-476fe51b591c",
  "UserId": "9350bbb2-a1ef-466b-9a0a-cd30747960ec",
  "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": "87a331d9-4968-4c58-afd1-11b97c1c3696",
  "WPMCalculationType": 33,
  "IsClassMailingEnabled": true,
  "IsStudentsMailingEnabled": true,
  "IsStarsEnabled": true,
  "IsGraphEnabled": true,
  "IsFreeWritingEnabled": true,
  "IsDisabledMessagesTeacher": true,
  "IsDisabledMessagesStudent": true,
  "CreatedDate": "2025-08-29T01:42:53.7593538+00:00",
  "UpdateDate": "2025-08-29T01:42:53.7593538+00:00",
  "WhoUpdate": "903158de-c9c7-42c0-a279-9b5d12658089"
}

application/octet-stream, text/plain

Sample:
{"Id":"7a21ad51-dab9-4bdc-8933-476fe51b591c","UserId":"9350bbb2-a1ef-466b-9a0a-cd30747960ec","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":"87a331d9-4968-4c58-afd1-11b97c1c3696","WPMCalculationType":33,"IsClassMailingEnabled":true,"IsStudentsMailingEnabled":true,"IsStarsEnabled":true,"IsGraphEnabled":true,"IsFreeWritingEnabled":true,"IsDisabledMessagesTeacher":true,"IsDisabledMessagesStudent":true,"CreatedDate":"2025-08-29T01:42:53.7593538+00:00","UpdateDate":"2025-08-29T01:42:53.7593538+00:00","WhoUpdate":"903158de-c9c7-42c0-a279-9b5d12658089"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream, text/plain

Sample:

Sample not available.