POST api/V2/spillerSamtaler/add

Request Information

URI Parameters

None.

Body Parameters

SpillerSamtaler
NameDescriptionTypeAdditional information
Id

integer

None.

TeamId

globally unique identifier

None.

PlayerId

globally unique identifier

None.

PlayerName

string

None.

Year

integer

None.

ThisSeasonHappy

string

None.

ThisSeasonNotHappy

string

None.

ThisSeasonOwnPerformanceMatch

string

None.

ThisSeasonOwnPerformancePractice

string

None.

ThisSeasonEnvironmentIncluded

string

None.

ThisSeasonEnvironmentPlayerChemistry

string

None.

ThisSeasonEnvironmentPlayerSupport

string

None.

ThisSeasonEnvironmentImprovement

string

None.

ThisSeasonCoachesPracticeSetup

string

None.

ThisSeasonCoachesCommunication

string

None.

ThisSeasonCoachesEqualsTreatment

string

None.

ThisSeasonCoachesMatchLeadership

string

None.

ThisSeasonPlayerPerformance

string

None.

ThisSeasonPlayerDevelopment

string

None.

ThisSeasonPlayerDevelopmentNextSeason

string

None.

NextSeasonContinue

boolean

None.

NextSeasonContinueWhy

string

None.

NextSeasonContinueReasons

string

None.

NextSeasonPlayerAmbitions

string

None.

NextSeasonPracticeMoreLess

string

None.

NextSeasonPracticeDifferent

string

None.

NextSeasonPracticeLevels

string

None.

NextSeasonPracticeDifferentiation

string

None.

NextSeasonPlayerPosition

string

None.

OtherSports

string

None.

ImprovementPlayerParticipation

string

None.

ImprovementPlayerEffort

string

None.

ImprovementPlayerTechnique

string

None.

ImprovementPlayerStamina

string

None.

ImprovementPlayerOther

string

None.

ImprovementCoachesPractices

string

None.

ImprovementCoachesCommunication

string

None.

ImprovementCoachesMatchLeadership

string

None.

ImprovementCoachesOther

string

None.

CreatedById

string

None.

CreatedByName

string

None.

CreatedDate

string

None.

ApprovedByPlayer

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "teamId": "0e2cfa9c-dfbf-44fc-aa41-3bb00a0f98f3",
  "playerId": "784e1dc8-7e81-4922-ad66-fb08ec375a48",
  "playerName": "sample string 4",
  "year": 5,
  "thisSeasonHappy": "sample string 6",
  "thisSeasonNotHappy": "sample string 7",
  "thisSeasonOwnPerformanceMatch": "sample string 8",
  "thisSeasonOwnPerformancePractice": "sample string 9",
  "thisSeasonEnvironmentIncluded": "sample string 10",
  "thisSeasonEnvironmentPlayerChemistry": "sample string 11",
  "thisSeasonEnvironmentPlayerSupport": "sample string 12",
  "thisSeasonEnvironmentImprovement": "sample string 13",
  "thisSeasonCoachesPracticeSetup": "sample string 14",
  "thisSeasonCoachesCommunication": "sample string 15",
  "thisSeasonCoachesEqualsTreatment": "sample string 16",
  "thisSeasonCoachesMatchLeadership": "sample string 17",
  "thisSeasonPlayerPerformance": "sample string 18",
  "thisSeasonPlayerDevelopment": "sample string 19",
  "thisSeasonPlayerDevelopmentNextSeason": "sample string 20",
  "nextSeasonContinue": true,
  "nextSeasonContinueWhy": "sample string 22",
  "nextSeasonContinueReasons": "sample string 23",
  "nextSeasonPlayerAmbitions": "sample string 24",
  "nextSeasonPracticeMoreLess": "sample string 25",
  "nextSeasonPracticeDifferent": "sample string 26",
  "nextSeasonPracticeLevels": "sample string 27",
  "nextSeasonPracticeDifferentiation": "sample string 28",
  "nextSeasonPlayerPosition": "sample string 29",
  "otherSports": "sample string 30",
  "improvementPlayerParticipation": "sample string 31",
  "improvementPlayerEffort": "sample string 32",
  "improvementPlayerTechnique": "sample string 33",
  "improvementPlayerStamina": "sample string 34",
  "improvementPlayerOther": "sample string 35",
  "improvementCoachesPractices": "sample string 36",
  "improvementCoachesCommunication": "sample string 37",
  "improvementCoachesMatchLeadership": "sample string 38",
  "improvementCoachesOther": "sample string 39",
  "createdById": "sample string 40",
  "createdByName": "sample string 41",
  "createdDate": "sample string 42",
  "approvedByPlayer": true
}

application/xml, text/xml

Sample:
<SpillerSamtaler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
  <ApprovedByPlayer>true</ApprovedByPlayer>
  <CreatedById>sample string 40</CreatedById>
  <CreatedByName>sample string 41</CreatedByName>
  <CreatedDate>sample string 42</CreatedDate>
  <Id>1</Id>
  <ImprovementCoachesCommunication>sample string 37</ImprovementCoachesCommunication>
  <ImprovementCoachesMatchLeadership>sample string 38</ImprovementCoachesMatchLeadership>
  <ImprovementCoachesOther>sample string 39</ImprovementCoachesOther>
  <ImprovementCoachesPractices>sample string 36</ImprovementCoachesPractices>
  <ImprovementPlayerEffort>sample string 32</ImprovementPlayerEffort>
  <ImprovementPlayerOther>sample string 35</ImprovementPlayerOther>
  <ImprovementPlayerParticipation>sample string 31</ImprovementPlayerParticipation>
  <ImprovementPlayerStamina>sample string 34</ImprovementPlayerStamina>
  <ImprovementPlayerTechnique>sample string 33</ImprovementPlayerTechnique>
  <NextSeasonContinue>true</NextSeasonContinue>
  <NextSeasonContinueReasons>sample string 23</NextSeasonContinueReasons>
  <NextSeasonContinueWhy>sample string 22</NextSeasonContinueWhy>
  <NextSeasonPlayerAmbitions>sample string 24</NextSeasonPlayerAmbitions>
  <NextSeasonPlayerPosition>sample string 29</NextSeasonPlayerPosition>
  <NextSeasonPracticeDifferent>sample string 26</NextSeasonPracticeDifferent>
  <NextSeasonPracticeDifferentiation>sample string 28</NextSeasonPracticeDifferentiation>
  <NextSeasonPracticeLevels>sample string 27</NextSeasonPracticeLevels>
  <NextSeasonPracticeMoreLess>sample string 25</NextSeasonPracticeMoreLess>
  <OtherSports>sample string 30</OtherSports>
  <PlayerId>784e1dc8-7e81-4922-ad66-fb08ec375a48</PlayerId>
  <PlayerName>sample string 4</PlayerName>
  <TeamId>0e2cfa9c-dfbf-44fc-aa41-3bb00a0f98f3</TeamId>
  <ThisSeasonCoachesCommunication>sample string 15</ThisSeasonCoachesCommunication>
  <ThisSeasonCoachesEqualsTreatment>sample string 16</ThisSeasonCoachesEqualsTreatment>
  <ThisSeasonCoachesMatchLeadership>sample string 17</ThisSeasonCoachesMatchLeadership>
  <ThisSeasonCoachesPracticeSetup>sample string 14</ThisSeasonCoachesPracticeSetup>
  <ThisSeasonEnvironmentImprovement>sample string 13</ThisSeasonEnvironmentImprovement>
  <ThisSeasonEnvironmentIncluded>sample string 10</ThisSeasonEnvironmentIncluded>
  <ThisSeasonEnvironmentPlayerChemistry>sample string 11</ThisSeasonEnvironmentPlayerChemistry>
  <ThisSeasonEnvironmentPlayerSupport>sample string 12</ThisSeasonEnvironmentPlayerSupport>
  <ThisSeasonHappy>sample string 6</ThisSeasonHappy>
  <ThisSeasonNotHappy>sample string 7</ThisSeasonNotHappy>
  <ThisSeasonOwnPerformanceMatch>sample string 8</ThisSeasonOwnPerformanceMatch>
  <ThisSeasonOwnPerformancePractice>sample string 9</ThisSeasonOwnPerformancePractice>
  <ThisSeasonPlayerDevelopment>sample string 19</ThisSeasonPlayerDevelopment>
  <ThisSeasonPlayerDevelopmentNextSeason>sample string 20</ThisSeasonPlayerDevelopmentNextSeason>
  <ThisSeasonPlayerPerformance>sample string 18</ThisSeasonPlayerPerformance>
  <Year>5</Year>
</SpillerSamtaler>

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.