POST api/V2/matches/report/reportEvent
Request Information
URI Parameters
None.
Body Parameters
MatchReportEvents| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MatchId | integer |
None. |
|
| EventTime | date |
None. |
|
| IsHomeGoal | boolean |
None. |
|
| PlayerNumber | integer |
None. |
|
| PlayerName | string |
None. |
|
| RegistredById | string |
None. |
|
| RegisteredByName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"matchId": 2,
"eventTime": "2026-01-01T10:37:16.6570996Z",
"isHomeGoal": true,
"playerNumber": 5,
"playerName": "sample string 6",
"registredById": "sample string 7",
"registeredByName": "sample string 8"
}
application/xml, text/xml
Sample:
<MatchReportEvents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2"> <EventTime>2026-01-01T11:37:16.6570996+01:00</EventTime> <Id>1</Id> <IsHomeGoal>true</IsHomeGoal> <MatchId>2</MatchId> <PlayerName>sample string 6</PlayerName> <PlayerNumber>5</PlayerNumber> <RegisteredByName>sample string 8</RegisteredByName> <RegistredById>sample string 7</RegistredById> </MatchReportEvents>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.