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": "195bd677-75cb-402c-8b33-db1668280b25",
"teamId": "fcb9dd14-87fe-47e5-a767-49b79ab23ecf",
"address": "sample string 13",
"postalAddress": "sample string 14",
"birthDay": "2026-07-02T02:07:50.8228512Z",
"postalCode": "sample string 16",
"phoneNumber": "sample string 17",
"sendReminder": true,
"extendedProfile": {
"id": 1,
"userId": "ab673640-d152-455d-be46-cc62f06d7c66",
"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": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
}
],
"clubIds": [
"f78834ef-70d5-4ccc-b813-321300df0812",
"dd64035d-94fb-48c0-a66e-9cd50eb99121"
],
"teamIds": [
"0797bbe0-d502-425d-9a19-014c838f7f8a",
"4ab0a939-de82-461d-a7dc-1567c6eeca34"
],
"userClubs": [
{
"clubName": "sample string 1",
"clubId": "ac2d5a27-31b5-468b-854e-3ca7c67877ff",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
}
]
},
{
"clubName": "sample string 1",
"clubId": "ac2d5a27-31b5-468b-854e-3ca7c67877ff",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
}
]
}
],
"userTeams": [
{
"teamName": "sample string 1",
"teamId": "e311babe-c06f-4139-bc76-74a282f9c099",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
}
]
},
{
"teamName": "sample string 1",
"teamId": "e311babe-c06f-4139-bc76-74a282f9c099",
"roles": [
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"isClub": true
},
{
"rolle": "sample string 1",
"rolleId": "sample string 2",
"checked": true,
"description": "sample string 4",
"level": 5,
"id": "07783603-355f-4b51-b4be-c3ffa42e42b8",
"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-07-02T04:07:50.8228512+02:00</BirthDay>
<ClubId>195bd677-75cb-402c-8b33-db1668280b25</ClubId>
<ClubIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f78834ef-70d5-4ccc-b813-321300df0812</d2p1:guid>
<d2p1:guid>dd64035d-94fb-48c0-a66e-9cd50eb99121</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>ab673640-d152-455d-be46-cc62f06d7c66</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>07783603-355f-4b51-b4be-c3ffa42e42b8</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>07783603-355f-4b51-b4be-c3ffa42e42b8</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
<SendReminder>true</SendReminder>
<TeamId>fcb9dd14-87fe-47e5-a767-49b79ab23ecf</TeamId>
<TeamIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0797bbe0-d502-425d-9a19-014c838f7f8a</d2p1:guid>
<d2p1:guid>4ab0a939-de82-461d-a7dc-1567c6eeca34</d2p1:guid>
</TeamIds>
<UserClubs>
<Club1>
<ClubId>ac2d5a27-31b5-468b-854e-3ca7c67877ff</ClubId>
<ClubName>sample string 1</ClubName>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>07783603-355f-4b51-b4be-c3ffa42e42b8</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>07783603-355f-4b51-b4be-c3ffa42e42b8</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
</Club1>
<Club1>
<ClubId>ac2d5a27-31b5-468b-854e-3ca7c67877ff</ClubId>
<ClubName>sample string 1</ClubName>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>07783603-355f-4b51-b4be-c3ffa42e42b8</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>07783603-355f-4b51-b4be-c3ffa42e42b8</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>07783603-355f-4b51-b4be-c3ffa42e42b8</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>07783603-355f-4b51-b4be-c3ffa42e42b8</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
<TeamId>e311babe-c06f-4139-bc76-74a282f9c099</TeamId>
<TeamName>sample string 1</TeamName>
</Team1>
<Team1>
<Roles>
<RollerBindingModel>
<Checked>true</Checked>
<Description>sample string 4</Description>
<Id>07783603-355f-4b51-b4be-c3ffa42e42b8</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>07783603-355f-4b51-b4be-c3ffa42e42b8</Id>
<IsClub>true</IsClub>
<Level>5</Level>
<Rolle>sample string 1</Rolle>
<RolleId>sample string 2</RolleId>
</RollerBindingModel>
</Roles>
<TeamId>e311babe-c06f-4139-bc76-74a282f9c099</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.