Rank One District API Version 1.0
You are currently viewing 'Update Score And Summary By Game ID ' page
Usage
POST /Schedule/UpdateScoreSummary
Content-Type
application/x-www-form-urlencoded
Description
Update a game's score and summary by Game GUID.
Note
When posting data in the body of the request, the Content-Type must be set to application/x-www-form-urlencoded. "Success" response is returned for a successful update.Sample request body:
Example
Type | Name | Required | Note |
String | GameGUID | YES | A valid game GUID |
String | GameSummary | YES | |
String | OppScore | yes | Opponent score |
String | OwnScore | YES |