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": "11f746ec-a4f3-4343-ba94-3299f6a6a137",
"Result": "sample string 2",
"Winner": 0,
"Date": "2026-09-11T03:30:46.8446877+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.