POST api/TracingGamesV2/GetSettings
Request Information
URI Parameters
None.
Body Parameters
TracingGameV2SettingsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
Required |
|
| GameType | GameName |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "310ce0d1-0049-468c-b2b7-4ecfd53fa98a",
"GameType": 0
}
application/xml, text/xml
Sample:
<TracingGameV2SettingsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models.PlayerSetting"> <GameType>NumberTrace</GameType> <ID>310ce0d1-0049-468c-b2b7-4ecfd53fa98a</ID> </TracingGameV2SettingsRequest>
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.