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": "5772bb7a-d908-40bf-b361-adcfbec97492",
"Result": "sample string 2",
"Winner": 0,
"Date": "2026-05-14T00:14:30.8675329+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.