POST api/FlashDash/PostSettings
Request Information
URI Parameters
None.
Body Parameters
FlashDashSettingsName | Description | Type | Additional information |
---|---|---|---|
CameraFlash | boolean |
Required |
|
ScreenShake | boolean |
Required |
|
Wheelchair | boolean |
Required |
|
UserID | globally unique identifier |
Required |
|
Override | boolean |
Required |
|
BackgroundMusic | boolean |
Required |
|
SFX | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "CameraFlash": true, "ScreenShake": true, "Wheelchair": true, "UserID": "5b6463e8-57d7-40f0-9655-7a2d7bf428c3", "Override": true, "BackgroundMusic": true, "SFX": true }
application/xml, text/xml
Sample:
<FlashDashSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models.PlayerSetting"> <BackgroundMusic>true</BackgroundMusic> <Override>true</Override> <SFX>true</SFX> <UserID>5b6463e8-57d7-40f0-9655-7a2d7bf428c3</UserID> <Wheelchair>true</Wheelchair> <CameraFlash>true</CameraFlash> <ScreenShake>true</ScreenShake> </FlashDashSettings>
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.