| All Verbs | /Admin/GetLizenzenByAnforderungIdBKF |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| LizenzanforderungId | query | int | 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/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
}
]