POST api/LeaderBoard/{id}?matchId={matchId}&level={level}&user1Id={user1Id}&user2Id={user2Id}&user1Score={user1Score}&user2Score={user2Score}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
matchId | integer |
Required |
|
level | integer |
Required |
|
user1Id | integer |
Required |
|
user2Id | integer |
Required |
|
user1Score | integer |
Required |
|
user2Score | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>