| All Verbs | /Admin/NeueFahrschule |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Username | query | string | No | |
| Fahrschulname | query | string | No | |
| query | string | No | ||
| Ort | query | string | No | |
| Postleitzahl | query | string | No | |
| KundenNr | query | string | No | |
| Nachname | query | string | No | |
| Vorname | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/NeueFahrschuleRequest HTTP/1.1
Host: adminservice.click-learn.info
Content-Type: application/json
Content-Length: length
{"Username":"String","Fahrschulname":"String","Email":"String","Ort":"String","Postleitzahl":"String","KundenNr":"String","Nachname":"String","Vorname":"String"}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length (string)