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": "2891e2af-0854-4f6e-8436-d58106a99171",
"TournamentId": "37655b64-9711-46bf-8362-2282492ed6ee",
"TournamentName": "sample string 3",
"Name": "sample string 4",
"Mode": 0,
"SkyscraperUrl": "sample string 5",
"LogoUrl": "sample string 6",
"BackgroundUrl": "sample string 7",
"Farbe": "sample string 8",
"UserApproval": true,
"GroupsEnabled": true,
"MaxUsers": 11,
"Contact": 12,
"Subdomain": "sample string 13",
"Regeln": "sample string 14",
"RegelnEn": "sample string 15",
"RegelnFr": "sample string 16",
"RegelnIt": "sample string 17",
"FromEmail": "sample string 18",
"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 21",
"SkyscraperLink": "sample string 22",
"Experts": [
{
"$id": "4",
"ExpertUsername": "sample string 1",
"ExpertFotoUrl": "sample string 2",
"ExpertDescription": "sample string 3"
},
{
"$ref": "4"
}
],
"SocialMedia": {
"$id": "5",
"MandantId": "abee3df5-335a-4b55-9763-64a171c2e812",
"FacebookShareActive": true,
"TwitterShareActive": true,
"GoogleShareActive": true
},
"LoginPostUrl": "sample string 23",
"LoginRedirectUrl": "sample string 24",
"MandantLayoutSmall": "sample string 25",
"MandantLayoutBig": "sample string 26",
"AllowedIpRange": "sample string 27"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.