POST api/v2/PlayerRank/Set

CommentId should be 'int:0' on new records

Request Information

URI Parameters

None.

Body Parameters

TeamEvaluation
NameDescriptionTypeAdditional 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": "199ccf35-67b3-4276-92e9-747baaca5c29",
  "playerId": "9b2b0b73-7072-400a-8024-545dec69aebb",
  "companyId": "sample string 4",
  "rank": 5.1,
  "dato": "2026-01-01T10:33:42.204087Z",
  "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>199ccf35-67b3-4276-92e9-747baaca5c29</CoachId>
  <Comment>sample string 7</Comment>
  <CommentId>1</CommentId>
  <CompanyId>sample string 4</CompanyId>
  <Dato>2026-01-01T11:33:42.204087+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>9b2b0b73-7072-400a-8024-545dec69aebb</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.