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

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE". 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