POST api/AddPlayersToEvent

Request Information

URI Parameters

None.

Body Parameters

AddUserLeagueEvent
NameDescriptionTypeAdditional information
CreatorId

integer

None.

MobileNumber

string

None.

LeagueEventID

integer

None.

MatchType

integer

None.

uniqueOTPForMObile

integer

None.

uniqueOTPForEmail

integer

None.

PassWord

string

None.

IsUserInviteByOrganizer

boolean

None.

IsUserVerified

boolean

None.

firstName

string

None.

lastName

string

None.

ageGroup

integer

None.

age

integer

None.

DOB

date

None.

SkillLevel

integer

None.

ProfilePic

Collection of byte

None.

Postalcode

string

None.

Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatorId": 1,
  "MobileNumber": "sample string 2",
  "LeagueEventID": 3,
  "MatchType": 4,
  "uniqueOTPForMObile": 5,
  "uniqueOTPForEmail": 6,
  "PassWord": "sample string 7",
  "IsUserInviteByOrganizer": true,
  "IsUserVerified": true,
  "firstName": "sample string 10",
  "lastName": "sample string 11",
  "ageGroup": 12,
  "age": 13,
  "DOB": "2025-12-06T05:43:25.6061507+01:00",
  "SkillLevel": 15,
  "ProfilePic": "QEA=",
  "Postalcode": "sample string 16",
  "Email": "sample string 17"
}

application/xml, text/xml

Sample:
<AddUserLeagueEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SportClub.DTO">
  <CreatorId>1</CreatorId>
  <DOB>2025-12-06T05:43:25.6061507+01:00</DOB>
  <Email>sample string 17</Email>
  <IsUserInviteByOrganizer>true</IsUserInviteByOrganizer>
  <IsUserVerified>true</IsUserVerified>
  <LeagueEventID>3</LeagueEventID>
  <MatchType>4</MatchType>
  <MobileNumber>sample string 2</MobileNumber>
  <PassWord>sample string 7</PassWord>
  <Postalcode>sample string 16</Postalcode>
  <ProfilePic>QEA=</ProfilePic>
  <SkillLevel>15</SkillLevel>
  <age>13</age>
  <ageGroup>12</ageGroup>
  <firstName>sample string 10</firstName>
  <lastName>sample string 11</lastName>
  <uniqueOTPForEmail>6</uniqueOTPForEmail>
  <uniqueOTPForMObile>5</uniqueOTPForMObile>
</AddUserLeagueEvent>

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.