POST api/Mandant
Request Information
URI Parameters
None.
Body Parameters
MandantBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Mandant | Mandant |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mandant": {
"$id": "2",
"Id": "0e1183c5-0610-403d-b185-4754290a1a88",
"TournamentId": "6bb0977c-d5e9-477a-98c0-6c3425ba7639",
"TournamentName": "sample string 3",
"Name": "sample string 4",
"Mode": 0,
"SkyscraperUrl": "sample string 5",
"LogoUrl": "sample string 6",
"BackgroundUrl": "sample string 20",
"Farbe": "sample string 7",
"UserApproval": true,
"GroupsEnabled": true,
"MaxUsers": 10,
"Contact": 11,
"Subdomain": "sample string 12",
"Regeln": "sample string 13",
"RegelnEn": "sample string 14",
"RegelnFr": "sample string 15",
"RegelnIt": "sample string 16",
"FromEmail": "sample string 17",
"MultiLanguage": true,
"FullRanking": true,
"Zusatzfeld0": {
"$id": "3",
"Typ": 0,
"Bezeichnung": "sample string 1"
},
"Zusatzfeld1": {
"$ref": "3"
},
"Zusatzfeld2": {
"$ref": "3"
},
"Zusatzfeld3": {
"$ref": "3"
},
"Zusatzfeld4": {
"$ref": "3"
},
"Zusatzfeld5": {
"$ref": "3"
},
"Zusatzfeld6": {
"$ref": "3"
},
"Zusatzfeld7": {
"$ref": "3"
},
"Zusatzfeld8": {
"$ref": "3"
},
"Zusatzfeld9": {
"$ref": "3"
},
"LogoLink": "sample string 18",
"SkyscraperLink": "sample string 19",
"Experts": [
{
"$id": "4",
"ExpertUsername": "sample string 1",
"ExpertFotoUrl": "sample string 2",
"ExpertDescription": "sample string 3"
},
{
"$ref": "4"
}
],
"SocialMedia": {
"$id": "5",
"MandantId": "665f6fcf-5dff-4cc7-a443-b7bd99483f40",
"FacebookShareActive": true,
"TwitterShareActive": true,
"GoogleShareActive": true
},
"LoginPostUrl": "sample string 24",
"LoginRedirectUrl": "sample string 25",
"MandantLayoutSmall": "sample string 26",
"MandantLayoutBig": "sample string 27",
"AllowedIpRange": "sample string 22"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.