POST api/GameSettings/FishMunchies

Request Information

URI Parameters

None.

Body Parameters

FishMunchiesSettings
NameDescriptionTypeAdditional information
UserzID

globally unique identifier

None.

Hand

integer

None.

MaxLevelUnlocked

integer

None.

BackgroundMusic

boolean

None.

SFX

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserzID": "2c20a079-3a8d-4e77-84d6-93fb9550abec",
  "Hand": 2,
  "MaxLevelUnlocked": 3,
  "BackgroundMusic": true,
  "SFX": true
}

application/xml, text/xml

Sample:
<GameSettingsController.FishMunchiesSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers">
  <BackgroundMusic>true</BackgroundMusic>
  <Hand>2</Hand>
  <MaxLevelUnlocked>3</MaxLevelUnlocked>
  <SFX>true</SFX>
  <UserzID>2c20a079-3a8d-4e77-84d6-93fb9550abec</UserzID>
</GameSettingsController.FishMunchiesSettings>

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.