POST api/GameSettings/TimeTable
Request Information
URI Parameters
None.
Body Parameters
TimeTableSettingsName | Description | Type | Additional information |
---|---|---|---|
UserzID | globally unique identifier |
None. |
|
BackgroundMusic | boolean |
None. |
|
Hand | integer |
None. |
|
SFX | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserzID": "5ea796b1-673b-4fd4-8a90-c00ad6dc38c2", "BackgroundMusic": true, "Hand": 3, "SFX": true }
application/xml, text/xml
Sample:
<GameSettingsController.TimeTableSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <Hand>3</Hand> <SFX>true</SFX> <UserzID>5ea796b1-673b-4fd4-8a90-c00ad6dc38c2</UserzID> </GameSettingsController.TimeTableSettings>
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.