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": "5a813f9b-8d36-4ac2-b3e7-a8143370f84c",
"Result": "sample string 2",
"Winner": 0,
"Date": "2026-03-15T04:17:21.5949226+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.