AdminServiceSS

<back to all web services

GetLizenzanforderungenBKFRequest

Requires Authentication
The following routes are available for this service:
All Verbs/Admin/GetLizenzanforderungenBKF
GetLizenzanforderungenBKFRequest 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/GetLizenzanforderungenBKFRequest 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,
		AngefordertAm: 0001-01-01,
		Status: String,
		Anzahl: 0,
		AusbaustufeId: 0,
		AdministratorId: 0,
		Administrator: String,
		Lizenzen: 
		[
			{
				Id: 0,
				Lizenzcode: String,
				ErstelltAm: 0001-01-01,
				RegistriertAm: 0001-01-01,
				EndedAm: 0001-01-01,
				Jahr: 0,
				LfdNr: 0,
				Frei: 0,
				LizenzanforderungId: 0,
				InGebrauch: True
			}
		],
		KundenNummer: String,
		Praefix: String
	}
]