Request to add missing game(s) using tournament summary information from the Pokerstars network(s) email system, using the following root URL:
https://www.sharkscope.com/api/appname/reportmissinggamesbysummary
A Pokerstars tournament summary (as plain text) must be included in the body of this request, in the same format as the email received from Pokerstars when requesting a tournament summary from them.
Example tournament summary:
Tournament History for Tournament #1 requested by SomeUsername (SomeEmail@gmail.com)
PokerStars Tournament #1234578820, No Limit Hold'em
Buy-In: $2.82/$0.18 USD
The response contains the provided Game ID with status of processed, pending (already reported), error, or existing. If the status is error the actual error message is also included.
The MissingTournamentsResponse contains the same structure as for Game IDs, except in this case only one summary (a tournament summary email from Pokerstars) can be processed at a time.
Example response:
<MissingTournamentsResponse total=*"1"* processed=*"1">*
<MissingTournaments gameID=*"123457820"* status=*"processed" />*
</MissingTournamentsResponse>
The status is one of “processed”, “pending”, “existing” or “error”. If the status is “error” then there is also an attribute containing the error details in text.
<MissingTournaments gameID=*"123457820"* status=*"processed" />*
<MissingTournaments gameID=*"12345782a"* status=*"error" error=*"Invalid game ID" />*