AdminServiceSS

<back to all web services

GetVerlaengerungenRequest

Requires Authentication
The following routes are available for this service:
All Verbs/Admin/GetVerlaengerungen
GetVerlaengerungenRequest Parameters:
NameParameterData TypeRequiredDescription
AllequeryboolNo
DoDatumFilterqueryboolNo
StartDatumqueryDateTimeNo
EndeDatumqueryDateTimeNo
DoKundenNummerqueryboolNo
KundenNummerquerystringNo

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

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/GetVerlaengerungenRequest 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
	}
]