POST api/KickUps/PostSettings

Request Information

URI Parameters

None.

Body Parameters

KickUpsV3Settings
NameDescriptionTypeAdditional 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": "5b5ff076-cfac-4815-ac14-9df55a084c35",
  "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>5b5ff076-cfac-4815-ac14-9df55a084c35</UserID>
</KickUpsController.KickUpsV3Settings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.