POST api/LearningPhonics/PostSettings
Request Information
URI Parameters
None.
Body Parameters
LearningPhonicsSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| BackgroundMusic | boolean |
Required |
|
| isLeftHand | boolean |
Required |
|
| SFX | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserID": "339c394e-19f2-43ad-9be0-e3578607c8bd",
"BackgroundMusic": true,
"isLeftHand": true,
"SFX": true
}
application/xml, text/xml
Sample:
<LearningPhonicsController.LearningPhonicsSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <BackgroundMusic>true</BackgroundMusic> <SFX>true</SFX> <UserID>339c394e-19f2-43ad-9be0-e3578607c8bd</UserID> <isLeftHand>true</isLeftHand> </LearningPhonicsController.LearningPhonicsSettings>
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.