POST api/ArabicTracing/PostSettings
Request Information
URI Parameters
None.
Body Parameters
ArabicTracingSettingsName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
Required |
|
Mute | boolean |
Required |
|
isLeftHand | boolean |
Required |
|
TracingPathColor | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserID": "a62d5057-f963-4c79-9522-1bf9f3dc1430", "Mute": true, "isLeftHand": true, "TracingPathColor": 4.1 }
application/xml, text/xml
Sample:
<ArabicTracingController.ArabicTracingSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <Mute>true</Mute> <TracingPathColor>4.1</TracingPathColor> <UserID>a62d5057-f963-4c79-9522-1bf9f3dc1430</UserID> <isLeftHand>true</isLeftHand> </ArabicTracingController.ArabicTracingSettings>
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.