POST api/Tipps
Request Information
URI Parameters
None.
Body Parameters
SaveUserTippBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TippId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| GameId | globally unique identifier |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| Resultat | string |
None. |
|
| TippAbgabe | GameWinner |
None. |
Request Formats
application/json, text/json
Sample:
{
"TippId": "a990d54a-6ac4-4fd6-aee3-83e4f39daf84",
"UserId": "ffd4a95f-1c09-4b77-b204-c7dcff9d9a50",
"GameId": "457d0c40-d67c-4910-8b74-90ace034fd7e",
"MandantId": "a93dcc48-ff25-4eaa-bff8-bdd8bad59bef",
"Resultat": "sample string 5",
"TippAbgabe": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.