POST api/KickUpsV2/PostSettings
Request Information
URI Parameters
None.
Body Parameters
KickUpsSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| DetectionwithFeet | boolean |
Required |
|
| CameraFlash | boolean |
Required |
|
| ScreenShake | boolean |
Required |
|
| UserID | globally unique identifier |
Required |
|
| Override | boolean |
Required |
|
| BackgroundMusic | boolean |
Required |
|
| SFX | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"DetectionwithFeet": true,
"CameraFlash": true,
"ScreenShake": true,
"UserID": "274d2710-70e5-4fa6-9d9d-636ba087863a",
"Override": true,
"BackgroundMusic": true,
"SFX": true
}
application/xml, text/xml
Sample:
<KickUpsSettings 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>274d2710-70e5-4fa6-9d9d-636ba087863a</UserID> <CameraFlash>true</CameraFlash> <DetectionwithFeet>true</DetectionwithFeet> <ScreenShake>true</ScreenShake> </KickUpsSettings>
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.