POST api/TracingGamesV2/GetSettings
Request Information
URI Parameters
None.
Body Parameters
TracingGameV2SettingsRequestName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
Required |
|
GameType | GameName |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "7453c35f-6e8f-48ff-874a-a6ce973c91d8", "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>7453c35f-6e8f-48ff-874a-a6ce973c91d8</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.