POST api/LeagueEvent/Refrees

Request Information

URI Parameters

None.

Body Parameters

RefreeViewModel
NameDescriptionTypeAdditional information
Email

string

None.

Password

string

None.

Role

string

None.

LeagueId

integer

None.

EventId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

RefreeId

integer

None.

LeagueEvent

boolean

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Password": "sample string 2",
  "Role": "sample string 3",
  "LeagueId": 4,
  "EventId": 5,
  "CreatedBy": 6,
  "CreatedDate": "2025-12-06T05:45:38.7656116+01:00",
  "RefreeId": 8,
  "LeagueEvent": true,
  "Name": "sample string 10"
}

application/xml, text/xml

Sample:
<RefreeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO">
  <CreatedBy>6</CreatedBy>
  <CreatedDate>2025-12-06T05:45:38.7656116+01:00</CreatedDate>
  <Email>sample string 1</Email>
  <EventId>5</EventId>
  <LeagueEvent>true</LeagueEvent>
  <LeagueId>4</LeagueId>
  <Name>sample string 10</Name>
  <Password>sample string 2</Password>
  <RefreeId>8</RefreeId>
  <Role>sample string 3</Role>
</RefreeViewModel>

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.