POST api/v2/playerRating/add
Request Information
URI Parameters
None.
Body Parameters
TeamEvaluation| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentId | integer |
None. |
|
| CoachId | globally unique identifier |
None. |
|
| PlayerId | globally unique identifier |
None. |
|
| CompanyId | string |
None. |
|
| Rank | decimal number |
None. |
|
| Dato | date |
None. |
|
| Comment | string |
None. |
|
| Utholdenhet | decimal number |
None. |
|
| UtholdenhetKommentarer | string |
None. |
|
| BallBehandling | decimal number |
None. |
|
| BallBehandlingKommentarer | string |
None. |
|
| Pasninger | decimal number |
None. |
|
| PasningerKommentarer | string |
None. |
|
| Mottak | decimal number |
None. |
|
| MottakKommentarer | string |
None. |
|
| Medtak | decimal number |
None. |
|
| MedtakKommentarer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"commentId": 1,
"coachId": "274c9a0f-a8d2-4730-9437-8a911cbf676b",
"playerId": "d935fa9b-e18a-4096-bdb3-1f1a09734f47",
"companyId": "sample string 4",
"rank": 5.1,
"dato": "2026-01-01T10:35:32.6652008Z",
"comment": "sample string 7",
"utholdenhet": 8.1,
"utholdenhetKommentarer": "sample string 9",
"ballBehandling": 10.1,
"ballBehandlingKommentarer": "sample string 11",
"pasninger": 12.1,
"pasningerKommentarer": "sample string 13",
"mottak": 14.1,
"mottakKommentarer": "sample string 15",
"medtak": 16.1,
"medtakKommentarer": "sample string 17"
}
application/xml, text/xml
Sample:
<TeamEvaluation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <BallBehandling>10.1</BallBehandling> <BallBehandlingKommentarer>sample string 11</BallBehandlingKommentarer> <CoachId>274c9a0f-a8d2-4730-9437-8a911cbf676b</CoachId> <Comment>sample string 7</Comment> <CommentId>1</CommentId> <CompanyId>sample string 4</CompanyId> <Dato>2026-01-01T11:35:32.6652008+01:00</Dato> <Medtak>16.1</Medtak> <MedtakKommentarer>sample string 17</MedtakKommentarer> <Mottak>14.1</Mottak> <MottakKommentarer>sample string 15</MottakKommentarer> <Pasninger>12.1</Pasninger> <PasningerKommentarer>sample string 13</PasningerKommentarer> <PlayerId>d935fa9b-e18a-4096-bdb3-1f1a09734f47</PlayerId> <Rank>5.1</Rank> <Utholdenhet>8.1</Utholdenhet> <UtholdenhetKommentarer>sample string 9</UtholdenhetKommentarer> </TeamEvaluation>
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.