POST api/GameSettings/WhatsTheTime
Request Information
URI Parameters
None.
Body Parameters
WhatsTheTimeSettingsName | Description | Type | Additional information |
---|---|---|---|
UserzID | globally unique identifier |
None. |
|
MaxLevelUnlocked | integer |
None. |
|
BackgroundMusic | boolean |
None. |
|
SFX | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserzID": "795f9b31-29b6-45cc-85e5-bc7f2ee7160b", "MaxLevelUnlocked": 2, "BackgroundMusic": true, "SFX": true }
application/xml, text/xml
Sample:
<GameSettingsController.WhatsTheTimeSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <MaxLevelUnlocked>2</MaxLevelUnlocked> <SFX>true</SFX> <UserzID>795f9b31-29b6-45cc-85e5-bc7f2ee7160b</UserzID> </GameSettingsController.WhatsTheTimeSettings>
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.