AdminServiceSS

<back to all web services

GetLizenzenByAnforderungIdBKFRequest

Requires Authentication
The following routes are available for this service:
All Verbs/Admin/GetLizenzenByAnforderungIdBKF
GetLizenzenByAnforderungIdBKFRequest Parameters:
NameParameterData TypeRequiredDescription
LizenzanforderungIdqueryintNo

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/GetLizenzenByAnforderungIdBKFRequest HTTP/1.1 
Host: adminservice.click-learn.info 
Content-Type: text/jsv
Content-Length: length

{
	LizenzanforderungId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		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
	}
]