POST api/BubblePopV2/PostSettings
Request Information
URI Parameters
None.
Body Parameters
GenericSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| Override | boolean |
Required |
|
| BackgroundMusic | boolean |
Required |
|
| SFX | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserID": "f06147e3-46d3-44dd-8fe9-1ec2daf0d8d4",
"Override": true,
"BackgroundMusic": true,
"SFX": true
}
application/xml, text/xml
Sample:
<GenericSettings 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>f06147e3-46d3-44dd-8fe9-1ec2daf0d8d4</UserID> </GenericSettings>
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.