POST api/KickUps/PostSettings
Request Information
URI Parameters
None.
Body Parameters
KickUpsV3Settings| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| BackgroundMusic | boolean |
Required |
|
| SFX | boolean |
Required |
|
| MaxLevelUnlocked | integer |
Required |
|
| ScreenShake | boolean |
Required |
|
| CameraFlash | boolean |
Required |
|
| DetectionwithFeet | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserID": "fadb7edf-6f2b-420a-9347-652a13e92cc8",
"BackgroundMusic": true,
"SFX": true,
"MaxLevelUnlocked": 4,
"ScreenShake": true,
"CameraFlash": true,
"DetectionwithFeet": true
}
application/xml, text/xml
Sample:
<KickUpsController.KickUpsV3Settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <CameraFlash>true</CameraFlash> <DetectionwithFeet>true</DetectionwithFeet> <MaxLevelUnlocked>4</MaxLevelUnlocked> <SFX>true</SFX> <ScreenShake>true</ScreenShake> <UserID>fadb7edf-6f2b-420a-9347-652a13e92cc8</UserID> </KickUpsController.KickUpsV3Settings>
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.