POST api/FlashDashv2
Request Information
URI Parameters
None.
Body Parameters
FlashDashV2Name | Description | Type | Additional information |
---|---|---|---|
UserzID | globally unique identifier |
Required |
|
TotalTime | decimal number |
Required |
|
Accuracy | decimal number |
Required |
|
Score | decimal number |
Required |
|
Coordination | decimal number |
Required |
|
Successful | boolean |
Required |
|
GameScore | decimal number |
Required |
|
LevelNumber | integer |
Required |
|
MaxLevelUnlocked | integer |
Required |
|
TotalCoins | decimal number |
Required |
|
TotalCoinsCollected | decimal number |
Required |
|
TotalBoulders | decimal number |
Required |
|
TotalBouldersHit | decimal number |
Required |
|
TotalLives | decimal number |
Required |
|
TotalLivesRemaining | decimal number |
Required |
|
TotalStars | decimal number |
Required |
|
TotalStarsCollected | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserzID": "8211540a-b23c-4e71-8557-b56a8e79197c", "TotalTime": 1.1, "Accuracy": 2.1, "Score": 3.1, "Coordination": 4.1, "Successful": true, "GameScore": 6.1, "LevelNumber": 7, "MaxLevelUnlocked": 8, "TotalCoins": 9.1, "TotalCoinsCollected": 10.1, "TotalBoulders": 11.1, "TotalBouldersHit": 12.1, "TotalLives": 13.1, "TotalLivesRemaining": 14.1, "TotalStars": 15.1, "TotalStarsCollected": 16.1 }
application/xml, text/xml
Sample:
<NewFlashDashController.FlashDashV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <Accuracy>2.1</Accuracy> <Coordination>4.1</Coordination> <GameScore>6.1</GameScore> <LevelNumber>7</LevelNumber> <MaxLevelUnlocked>8</MaxLevelUnlocked> <Score>3.1</Score> <Successful>true</Successful> <TotalBoulders>11.1</TotalBoulders> <TotalBouldersHit>12.1</TotalBouldersHit> <TotalCoins>9.1</TotalCoins> <TotalCoinsCollected>10.1</TotalCoinsCollected> <TotalLives>13.1</TotalLives> <TotalLivesRemaining>14.1</TotalLivesRemaining> <TotalStars>15.1</TotalStars> <TotalStarsCollected>16.1</TotalStarsCollected> <TotalTime>1.1</TotalTime> <UserzID>8211540a-b23c-4e71-8557-b56a8e79197c</UserzID> </NewFlashDashController.FlashDashV2>
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.