POST api/GameSettings/XyloMath
Request Information
URI Parameters
None.
Body Parameters
XyloMathSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| UserzID | globally unique identifier |
None. |
|
| Hand | integer |
None. |
|
| MaxLevelUnlocked | integer |
None. |
|
| MaxLevelSubtractionUnlocked | integer |
None. |
|
| BackgroundMusic | boolean |
None. |
|
| SFX | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserzID": "83ae71c5-ad7e-4fdf-8652-43a0628bc2eb",
"Hand": 2,
"MaxLevelUnlocked": 3,
"MaxLevelSubtractionUnlocked": 4,
"BackgroundMusic": true,
"SFX": true
}
application/xml, text/xml
Sample:
<GameSettingsController.XyloMathSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <Hand>2</Hand> <MaxLevelSubtractionUnlocked>4</MaxLevelSubtractionUnlocked> <MaxLevelUnlocked>3</MaxLevelUnlocked> <SFX>true</SFX> <UserzID>83ae71c5-ad7e-4fdf-8652-43a0628bc2eb</UserzID> </GameSettingsController.XyloMathSettings>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.