| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Username | query | string | No | |
| Kennwort | query | string | No | |
| Fahrschulname | query | string | No | |
| Fahrschulcode | query | string | No | |
| query | string | No | ||
| Ort | query | string | No | |
| Postleitzahl | query | string | No | |
| DeaktiviertAm | query | string | No | |
| KundenNr | query | string | No | |
| Nachname | query | string | No | |
| Vorname | query | string | No | |
| FahrschuleId | query | int | No | |
| SimDriveAktiv | query | bool | No | |
| SimDriveWiederholungen | query | int | No | |
| SimDriveSpracheAktiv | query | bool | No | |
| VortestAktiv | query | bool | No | |
| VortestEndedAm | query | string | No | |
| VortestAnzahl | query | int | No | |
| MassnahmeAktiv | query | bool | No | |
| EinblendungAktiv | query | bool | No | |
| LkwDriveAktiv | query | bool | No | |
| LkwDriveWiederholungen | query | int | No | |
| LkwDriveSpracheAktiv | query | bool | No | |
| SimDriveAutomatischFreischalten | query | bool | No | |
| SimDriveLernweg | query | bool | No | |
| LkwDriveAutomatischFreischalten | query | bool | No | |
| SimDriveGetriebeart | query | string | No | |
| SimDriveGrundmodul | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: adminservice.click-learn.info
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<UpdateFahrschuleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdminRequests">
<DeaktiviertAm>String</DeaktiviertAm>
<EinblendungAktiv>false</EinblendungAktiv>
<Email>String</Email>
<Fahrschulcode>String</Fahrschulcode>
<FahrschuleId>0</FahrschuleId>
<Fahrschulname>String</Fahrschulname>
<Kennwort>String</Kennwort>
<KundenNr>String</KundenNr>
<LkwDriveAktiv>false</LkwDriveAktiv>
<LkwDriveAutomatischFreischalten>false</LkwDriveAutomatischFreischalten>
<LkwDriveSpracheAktiv>false</LkwDriveSpracheAktiv>
<LkwDriveWiederholungen>0</LkwDriveWiederholungen>
<MassnahmeAktiv>false</MassnahmeAktiv>
<Nachname>String</Nachname>
<Ort>String</Ort>
<Postleitzahl>String</Postleitzahl>
<SimDriveAktiv>false</SimDriveAktiv>
<SimDriveAutomatischFreischalten>false</SimDriveAutomatischFreischalten>
<SimDriveGetriebeart>String</SimDriveGetriebeart>
<SimDriveGrundmodul>String</SimDriveGrundmodul>
<SimDriveLernweg>false</SimDriveLernweg>
<SimDriveSpracheAktiv>false</SimDriveSpracheAktiv>
<SimDriveWiederholungen>0</SimDriveWiederholungen>
<Username>String</Username>
<Vorname>String</Vorname>
<VortestAktiv>false</VortestAktiv>
<VortestAnzahl>0</VortestAnzahl>
<VortestEndedAm>String</VortestEndedAm>
</UpdateFahrschuleRequest>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length (string)