AdminServiceSS

<back to all web services

UpdateFahrschuleRequest

Requires Authentication
UpdateFahrschuleRequest Parameters:
NameParameterData TypeRequiredDescription
UsernamequerystringNo
KennwortquerystringNo
FahrschulnamequerystringNo
FahrschulcodequerystringNo
EmailquerystringNo
OrtquerystringNo
PostleitzahlquerystringNo
DeaktiviertAmquerystringNo
KundenNrquerystringNo
NachnamequerystringNo
VornamequerystringNo
FahrschuleIdqueryintNo
SimDriveAktivqueryboolNo
SimDriveWiederholungenqueryintNo
SimDriveSpracheAktivqueryboolNo
VortestAktivqueryboolNo
VortestEndedAmquerystringNo
VortestAnzahlqueryintNo
MassnahmeAktivqueryboolNo
EinblendungAktivqueryboolNo
LkwDriveAktivqueryboolNo
LkwDriveWiederholungenqueryintNo
LkwDriveSpracheAktivqueryboolNo
SimDriveAutomatischFreischaltenqueryboolNo
SimDriveLernwegqueryboolNo
LkwDriveAutomatischFreischaltenqueryboolNo
SimDriveGetriebeartquerystringNo
SimDriveGrundmodulquerystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + 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)