POST api/V2/okonomi/betal/{type1}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type1 | string |
Required |
Body Parameters
PlayerToTeam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MatchId | integer |
None. |
|
| PlayerId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| Type | string |
None. |
|
| TypeId | integer |
None. |
|
| EventId | integer |
None. |
|
| TeamId | integer |
None. |
|
| Deltagelse | integer |
None. |
|
| Reason | string |
None. |
|
| ReasonId | integer |
None. |
|
| Title | string |
None. |
|
| EventDate | date |
None. |
|
| SpillerNavn | string |
None. |
|
| RandomString | string |
None. |
|
| ReminderCount | integer |
None. |
|
| Egenbetaling | integer |
None. |
|
| Betalt | boolean |
None. |
|
| BetaltMed | string |
None. |
|
| BetaltDato | string |
None. |
|
| PurretDato | date |
None. |
|
| AntallPurringer | integer |
None. |
|
| EndretDato | date |
None. |
|
| EndretAv | string |
None. |
|
| Ip | string |
None. |
|
| StatusDato2 | date |
None. |
|
| Oppmote | date |
None. |
|
| InTeam | boolean |
None. |
|
| Avlyst | boolean |
None. |
|
| IsCoach | boolean |
None. |
|
| IsHospitant | boolean |
None. |
|
| IsReferee | boolean |
None. |
|
| AutoMember | boolean |
None. |
|
| SeasonId | integer |
None. |
|
| Plattform | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| DaysBeforePamelding | integer |
None. |
|
| Score | decimal number |
None. |
|
| Selected | boolean |
None. |
|
| Haschanged | boolean |
None. |
|
| PlayerNumber | integer |
None. |
|
| Show | boolean |
None. |
|
| Phone | string |
None. |
|
| Pameldingsfrist | date |
None. |
|
| StadiumName | string |
None. |
|
| StadiumAddress | string |
None. |
|
| StadiumPostalAddress | string |
None. |
|
| Rw | boolean |
None. |
|
| EndDate | date |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"matchId": 2,
"playerId": "da94ec7b-b02b-4e65-9dfb-51cca0335b7f",
"companyId": "67511d5e-f18b-4eb1-8a3c-389bab0cd97a",
"type": "sample string 5",
"typeId": 6,
"eventId": 7,
"teamId": 8,
"deltagelse": 9,
"reason": "sample string 10",
"reasonId": 11,
"title": "sample string 12",
"eventDate": "2026-01-01T10:39:37.8236261Z",
"spillerNavn": "sample string 14",
"randomString": "sample string 15",
"reminderCount": 16,
"egenbetaling": 17,
"betalt": true,
"betaltMed": "sample string 19",
"betaltDato": "sample string 20",
"purretDato": "2026-01-01T10:39:37.8236261Z",
"antallPurringer": 22,
"endretDato": "2026-01-01T10:39:37.8236261Z",
"endretAv": "sample string 24",
"ip": "sample string 25",
"statusDato2": "2026-01-01T10:39:37.8236261Z",
"oppmote": "2026-01-01T10:39:37.8236261Z",
"inTeam": true,
"avlyst": true,
"isCoach": true,
"isHospitant": true,
"isReferee": true,
"autoMember": true,
"seasonId": 34,
"plattform": "sample string 35",
"isDeleted": true,
"daysBeforePamelding": 37,
"score": 38.1,
"selected": true,
"haschanged": true,
"playerNumber": 41,
"show": true,
"phone": "sample string 43",
"pameldingsfrist": "2026-01-01T10:39:37.8236261Z",
"stadiumName": "sample string 45",
"stadiumAddress": "sample string 46",
"stadiumPostalAddress": "sample string 47",
"rw": true,
"endDate": "2026-01-01T10:39:37.8236261Z",
"description": "sample string 50"
}
application/xml, text/xml
Sample:
<PlayerToTeam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes"> <AntallPurringer>22</AntallPurringer> <AutoMember>true</AutoMember> <Avlyst>true</Avlyst> <Betalt>true</Betalt> <BetaltDato>sample string 20</BetaltDato> <BetaltMed>sample string 19</BetaltMed> <CompanyId>67511d5e-f18b-4eb1-8a3c-389bab0cd97a</CompanyId> <DaysBeforePamelding>37</DaysBeforePamelding> <Deltagelse>9</Deltagelse> <Description>sample string 50</Description> <Egenbetaling>17</Egenbetaling> <EndDate>2026-01-01T11:39:37.8236261+01:00</EndDate> <EndretAv>sample string 24</EndretAv> <EndretDato>2026-01-01T11:39:37.8236261+01:00</EndretDato> <EventDate>2026-01-01T11:39:37.8236261+01:00</EventDate> <EventId>7</EventId> <Haschanged>true</Haschanged> <Id>1</Id> <InTeam>true</InTeam> <Ip>sample string 25</Ip> <IsCoach>true</IsCoach> <IsDeleted>true</IsDeleted> <IsHospitant>true</IsHospitant> <IsReferee>true</IsReferee> <MatchId>2</MatchId> <Oppmote>2026-01-01T11:39:37.8236261+01:00</Oppmote> <Pameldingsfrist>2026-01-01T11:39:37.8236261+01:00</Pameldingsfrist> <Phone>sample string 43</Phone> <Plattform>sample string 35</Plattform> <PlayerId>da94ec7b-b02b-4e65-9dfb-51cca0335b7f</PlayerId> <PlayerNumber>41</PlayerNumber> <PurretDato>2026-01-01T11:39:37.8236261+01:00</PurretDato> <RandomString>sample string 15</RandomString> <Reason>sample string 10</Reason> <ReasonId>11</ReasonId> <ReminderCount>16</ReminderCount> <Rw>true</Rw> <Score>38.1</Score> <SeasonId>34</SeasonId> <Selected>true</Selected> <Show>true</Show> <SpillerNavn>sample string 14</SpillerNavn> <StadiumAddress>sample string 46</StadiumAddress> <StadiumName>sample string 45</StadiumName> <StadiumPostalAddress>sample string 47</StadiumPostalAddress> <StatusDato2>2026-01-01T11:39:37.8236261+01:00</StatusDato2> <TeamId>8</TeamId> <Title>sample string 12</Title> <Type>sample string 5</Type> <TypeId>6</TypeId> </PlayerToTeam>
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.