POST api/GameSettings/GhostMenace

Request Information

URI Parameters

None.

Body Parameters

GhostMenaceSettings
NameDescriptionTypeAdditional information
UserID

globally unique identifier

None.

GhostMenaceLeftFlipperLimb

GhostMenaceLeftFlipperLimb

None.

GhostMenaceRightFlipperLimb

GhostMenaceRightFlipperLimb

None.

ShowJointTrcking

boolean

None.

ShowEffects

boolean

None.

SFX

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "80af35ce-c839-4a81-b0ad-43ec3e160a65",
  "GhostMenaceLeftFlipperLimb": 0,
  "GhostMenaceRightFlipperLimb": 0,
  "ShowJointTrcking": true,
  "ShowEffects": true,
  "SFX": true
}

application/xml, text/xml

Sample:
<GameSettingsController.GhostMenaceSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers">
  <GhostMenaceLeftFlipperLimb>Knee</GhostMenaceLeftFlipperLimb>
  <GhostMenaceRightFlipperLimb>Knee</GhostMenaceRightFlipperLimb>
  <SFX>true</SFX>
  <ShowEffects>true</ShowEffects>
  <ShowJointTrcking>true</ShowJointTrcking>
  <UserID>80af35ce-c839-4a81-b0ad-43ec3e160a65</UserID>
</GameSettingsController.GhostMenaceSettings>

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.