POST api/Game
Request Information
URI Parameters
None.
Body Parameters
GameResultApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GameId | globally unique identifier |
None. |
|
| Result | string |
None. |
|
| Winner | GameWinner |
Required |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"GameId": "46ee4d66-c4e7-4f2e-973a-b966c0348b00",
"Result": "sample string 2",
"Winner": 0,
"Date": "2026-01-14T05:03:58.646257+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.