| All Verbs | /Admin/GetVerlaengerungenBKF |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Alle | query | bool | No | |
| DoDatumFilter | query | bool | No | |
| StartDatum | query | DateTime | No | |
| EndeDatum | query | DateTime | No | |
| DoKundenNummer | query | bool | No | |
| KundenNummer | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetVerlaengerungenBKFRequest HTTP/1.1
Host: adminservice.click-learn.info
Content-Type: text/jsv
Content-Length: length
{
Alle: False,
DoDatumFilter: False,
StartDatum: 0001-01-01,
EndeDatum: 0001-01-01,
DoKundenNummer: False,
KundenNummer: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
Id: 0,
Code: String,
Dauer: 0,
ErstelltAm: 0001-01-01,
Nummer: 0,
BenutztAm: 0001-01-01,
AdministratorId: 0,
Administrator: String,
FahrschuleId: 0,
Fahrschule: String,
SchuelerId: 0
}
]