GET api/Login?benutzername={benutzername}&passwort={passwort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| benutzername | string |
Required |
|
| passwort | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfFirmaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | FirmaDto |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": {
"Id": "e527753a-13a6-4612-ab56-923152bab773",
"LizenzId": "1651e01d-c846-4d1d-b0fd-919a9ff31cec",
"Name": "sample string 3",
"Benutzername": "sample string 4",
"LizenzAblaufDate": "2026-03-19T06:29:41.6608598+01:00",
"IsGelöscht": true
},
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfFirmaDtoQ4WjWnJz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Helpers">
<Alerts i:nil="true" />
<Success>true</Success>
<Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/PDZeiterfassungCommonComponents.Dto">
<d2p1:Benutzername>sample string 4</d2p1:Benutzername>
<d2p1:Id>e527753a-13a6-4612-ab56-923152bab773</d2p1:Id>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:LizenzAblaufDate>2026-03-19T06:29:41.6608598+01:00</d2p1:LizenzAblaufDate>
<d2p1:LizenzId>1651e01d-c846-4d1d-b0fd-919a9ff31cec</d2p1:LizenzId>
<d2p1:Name>sample string 3</d2p1:Name>
</Value>
</ResultOfFirmaDtoQ4WjWnJz>