POST api/ScoopedItV2/PostSettings

Request Information

URI Parameters

None.

Body Parameters

ScoopedItSettings
NameDescriptionTypeAdditional information
ShowInstructions

boolean

Required

UserID

globally unique identifier

Required

Override

boolean

Required

BackgroundMusic

boolean

Required

SFX

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "ShowInstructions": true,
  "UserID": "bdcfac2f-9e41-4215-945b-9d4dc91439c5",
  "Override": true,
  "BackgroundMusic": true,
  "SFX": true
}

application/xml, text/xml

Sample:
<ScoopedItSettings 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>bdcfac2f-9e41-4215-945b-9d4dc91439c5</UserID>
  <ShowInstructions>true</ShowInstructions>
</ScoopedItSettings>

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.