POST api/v2/PlayerRank/Set
CommentId should be 'int:0' on new records
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": "1c0c1d32-97a9-45cc-a9ae-c5acb4c7c259",
"playerId": "6a1e8509-e963-49d4-b3d1-2c377d06452e",
"companyId": "sample string 4",
"rank": 5.1,
"dato": "2026-07-02T02:07:51.8073477Z",
"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>1c0c1d32-97a9-45cc-a9ae-c5acb4c7c259</CoachId> <Comment>sample string 7</Comment> <CommentId>1</CommentId> <CompanyId>sample string 4</CompanyId> <Dato>2026-07-02T04:07:51.8073477+02: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>6a1e8509-e963-49d4-b3d1-2c377d06452e</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.