POST api/Feelings/PostSettings
Request Information
URI Parameters
None.
Body Parameters
FeelingsSettingsName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
Required |
|
Humming | boolean |
Required |
|
SFX | boolean |
Required |
|
BackgroundMusic | boolean |
Required |
|
isLeftHand | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserID": "04d9403f-0d76-4cee-aaf7-6a3a982febec", "Humming": true, "SFX": true, "BackgroundMusic": true, "isLeftHand": true }
application/xml, text/xml
Sample:
<FeelingsController.FeelingsSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <Humming>true</Humming> <SFX>true</SFX> <UserID>04d9403f-0d76-4cee-aaf7-6a3a982febec</UserID> <isLeftHand>true</isLeftHand> </FeelingsController.FeelingsSettings>
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.