POST api/GoalieHero/PostSettings
Request Information
URI Parameters
None.
Body Parameters
GoalieHeroSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenShake | boolean |
Required |
|
| UserID | globally unique identifier |
Required |
|
| Override | boolean |
Required |
|
| BackgroundMusic | boolean |
Required |
|
| SFX | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ScreenShake": true,
"UserID": "be6794e1-4719-4e65-817d-89db2d405a25",
"Override": true,
"BackgroundMusic": true,
"SFX": true
}
application/xml, text/xml
Sample:
<GoalieHeroSettings 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>be6794e1-4719-4e65-817d-89db2d405a25</UserID> <ScreenShake>true</ScreenShake> </GoalieHeroSettings>
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.