POST api/Account/Register/new
Request Information
URI Parameters
None.
Body Parameters
RegisterBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| string |
Required |
||
| UserName | string |
None. |
|
| NewTeamId | boolean |
None. |
|
| IsConnected | boolean |
None. |
|
| ParentAccount | string |
None. |
|
| Password | string |
Data type: Password |
|
| ConfirmPassword | string |
Data type: Password |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| ClubId | globally unique identifier |
None. |
|
| TeamId | globally unique identifier |
None. |
|
| Address | string |
None. |
|
| PostalAddress | string |
None. |
|
| BirthDay | date |
Required |
|
| PostalCode | string |
None. |
|
| PhoneNumber | string |
None. |
|
| SendReminder | boolean |
None. |
|
| ExtendedProfile | UserExtendedProfile |
None. |
|
| Roles | Collection of RollerBindingModel |
None. |
|
| ClubIds | Collection of globally unique identifier |
None. |
|
| TeamIds | Collection of globally unique identifier |
None. |
|
| UserClubs | Collection of Club1 |
None. |
|
| UserTeams | Collection of Team1 |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"email": "sample string 2",
"userName": "sample string 3",
"newTeamId": true,
"isConnected": true,
"parentAccount": "sample string 6",
"password": "sample string 7",
"confirmPassword": "sample string 8",
"firstName": "sample string 9",
"lastName": "sample string 10",
"clubId": "32a48e0c-4121-469d-bb54-b93d5b95822a",
"teamId": "253824a2-721a-4751-9f4d-52844d911962",
"address": "sample string 13",
"postalAddress": "sample string 14",
"birthDay": "2026-08-31T07:44:35.4291238Z",
"postalCode": "sample string 16",
"phoneNumber": "sample string 17",
"sendReminder": true,
"extendedProfile": {
"id": 1,
"userId": "00671689-0a8e-4fba-a81a-601d6866d243",
"picture": "sample string 3",
"thmb": "sample string 4",
"highPicture": "sample string 5",
"school": "sample string 6",
"month": true,
"twoWeeks": true,
"week": true,
"threeDays": true,
"playerNumber": 11,
"sendMessageNotificationToEmail": true,
"fiksId": 13,
"teamLevelFrom": 14,
"teamLevelTo": 15
},
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
}
],
"clubIds": [
"00689f35-fd78-40d7-8c04-b1184e6bd632",
"e056224c-ed03-44e0-8868-baab64d9168d"
],
"teamIds": [
"25cc0c59-bf06-4d75-b984-7509feb21af6",
"a04cc27d-2f3a-446a-9ade-1ecc93ba8e57"
],
"userClubs": [
{
"clubName": "sample string 1",
"clubId": "24cc1e73-f26f-4d7f-b116-79595007c165",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
}
]
},
{
"clubName": "sample string 1",
"clubId": "24cc1e73-f26f-4d7f-b116-79595007c165",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
}
]
}
],
"userTeams": [
{
"teamName": "sample string 1",
"teamId": "fb590645-9c99-4c48-b6d7-dcfe5d075a4b",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
}
]
},
{
"teamName": "sample string 1",
"teamId": "fb590645-9c99-4c48-b6d7-dcfe5d075a4b",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58",
"isClub": true
}
]
}
]
}
application/xml, text/xml
Sample:
<RegisterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Models">
<Address>sample string 13</Address>
<BirthDay>2026-08-31T09:44:35.4291238+02:00</BirthDay>
<ClubId>32a48e0c-4121-469d-bb54-b93d5b95822a</ClubId>
<ClubIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>00689f35-fd78-40d7-8c04-b1184e6bd632</d2p1:guid>
<d2p1:guid>e056224c-ed03-44e0-8868-baab64d9168d</d2p1:guid>
</ClubIds>
<ConfirmPassword>sample string 8</ConfirmPassword>
<Email>sample string 2</Email>
<ExtendedProfile xmlns:d2p1="http://schemas.datacontract.org/2004/07/oiback.Classes">
<d2p1:FiksId>13</d2p1:FiksId>
<d2p1:HighPicture>sample string 5</d2p1:HighPicture>
<d2p1:Id>1</d2p1:Id>
<d2p1:Month>true</d2p1:Month>
<d2p1:Picture>sample string 3</d2p1:Picture>
<d2p1:PlayerNumber>11</d2p1:PlayerNumber>
<d2p1:School>sample string 6</d2p1:School>
<d2p1:SendMessageNotificationToEmail>true</d2p1:SendMessageNotificationToEmail>
<d2p1:TeamLevelFrom>14</d2p1:TeamLevelFrom>
<d2p1:TeamLevelTo>15</d2p1:TeamLevelTo>
<d2p1:Thmb>sample string 4</d2p1:Thmb>
<d2p1:ThreeDays>true</d2p1:ThreeDays>
<d2p1:TwoWeeks>true</d2p1:TwoWeeks>
<d2p1:UserId>00671689-0a8e-4fba-a81a-601d6866d243</d2p1:UserId>
<d2p1:Week>true</d2p1:Week>
</ExtendedProfile>
<FirstName>sample string 9</FirstName>
<Id>sample string 1</Id>
<IsConnected>true</IsConnected>
<LastName>sample string 10</LastName>
<NewTeamId>true</NewTeamId>
<ParentAccount>sample string 6</ParentAccount>
<Password>sample string 7</Password>
<PhoneNumber>sample string 17</PhoneNumber>
<PostalAddress>sample string 14</PostalAddress>
<PostalCode>sample string 16</PostalCode>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
<SendReminder>true</SendReminder>
<TeamId>253824a2-721a-4751-9f4d-52844d911962</TeamId>
<TeamIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>25cc0c59-bf06-4d75-b984-7509feb21af6</d2p1:guid>
<d2p1:guid>a04cc27d-2f3a-446a-9ade-1ecc93ba8e57</d2p1:guid>
</TeamIds>
<UserClubs>
<Club1>
<ClubId>24cc1e73-f26f-4d7f-b116-79595007c165</ClubId>
<ClubName>sample string 1</ClubName>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
</Club1>
<Club1>
<ClubId>24cc1e73-f26f-4d7f-b116-79595007c165</ClubId>
<ClubName>sample string 1</ClubName>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
</Club1>
</UserClubs>
<UserName>sample string 3</UserName>
<UserTeams>
<Team1>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
<TeamId>fb590645-9c99-4c48-b6d7-dcfe5d075a4b</TeamId>
<TeamName>sample string 1</TeamName>
</Team1>
<Team1>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>8bb58bb0-f761-4a5e-97ce-81ec1f4f6d58</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
<TeamId>fb590645-9c99-4c48-b6d7-dcfe5d075a4b</TeamId>
<TeamName>sample string 1</TeamName>
</Team1>
</UserTeams>
</RegisterBindingModel>
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.