POST api/GameSettings/AstroBlocks
Request Information
URI Parameters
None.
Body Parameters
AstroBlocksV2Settings| Name | Description | Type | Additional information |
|---|---|---|---|
| UserzID | globally unique identifier |
None. |
|
| BackgroundMusic | boolean |
None. |
|
| SFX | boolean |
None. |
|
| MaxLevelUnlocked | integer |
None. |
|
| ShowInstructions | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserzID": "7c1f5af0-b235-4654-a0cc-80afb0714487",
"BackgroundMusic": true,
"SFX": true,
"MaxLevelUnlocked": 4,
"ShowInstructions": true
}
application/xml, text/xml
Sample:
<GameSettingsController.AstroBlocksSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <MaxLevelUnlocked>4</MaxLevelUnlocked> <SFX>true</SFX> <ShowInstructions>true</ShowInstructions> <UserzID>7c1f5af0-b235-4654-a0cc-80afb0714487</UserzID> </GameSettingsController.AstroBlocksSettings>
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.