POST api/ArabicTracing/PostSettings
Request Information
URI Parameters
None.
Body Parameters
ArabicTracingSettings| Name | 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": "7b191994-7d40-4777-be28-9d3bb7ee5505",
"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>7b191994-7d40-4777-be28-9d3bb7ee5505</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.