GET api/ZeitEintrag/{id}?firmaBenutzername={firmaBenutzername}&benutzername={benutzername}&passwort={passwort}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| firmaBenutzername | string |
Required |
|
| benutzername | string |
Required |
|
| passwort | string |
Required |
|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfZeitEintragDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | ZeitEintragDto |
None. |
|
| Success | boolean |
None. |
|
| Alerts | Collection of Alert |
None. |
Response Formats
application/json, text/json
Sample:
{
"Value": {
"Id": "80db2515-20c7-4236-bb43-71c0cd118155",
"MitarbeiterId": "fc83f4b9-1b1f-4e6e-ab90-5651e1c9d61c",
"FirmaId": "82d4acd5-2fba-47f2-9a2c-cdb71d6e1e5d",
"TätigkeitId": "5ef74a9f-4414-4f0f-8dd8-b03159a47fad",
"Zeit": "2026-03-19T06:35:52.0688851+01:00",
"Lat": 6.1,
"Lon": 7.1,
"VerbuchungsNr": 8,
"Art": true,
"Fehlerhaft": true,
"IsInGeoZone": true,
"IsGelöscht": true,
"IsAbgeholt": true,
"Manuell": true
},
"Success": true,
"Alerts": null
}
application/xml, text/xml
Sample:
<ResultOfZeitEintragDtoQ4WjWnJz 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:Art>true</d2p1:Art>
<d2p1:Fehlerhaft>true</d2p1:Fehlerhaft>
<d2p1:FirmaId>82d4acd5-2fba-47f2-9a2c-cdb71d6e1e5d</d2p1:FirmaId>
<d2p1:Id>80db2515-20c7-4236-bb43-71c0cd118155</d2p1:Id>
<d2p1:IsAbgeholt>true</d2p1:IsAbgeholt>
<d2p1:IsGelöscht>true</d2p1:IsGelöscht>
<d2p1:IsInGeoZone>true</d2p1:IsInGeoZone>
<d2p1:Lat>6.1</d2p1:Lat>
<d2p1:Lon>7.1</d2p1:Lon>
<d2p1:Manuell>true</d2p1:Manuell>
<d2p1:MitarbeiterId>fc83f4b9-1b1f-4e6e-ab90-5651e1c9d61c</d2p1:MitarbeiterId>
<d2p1:TätigkeitId>5ef74a9f-4414-4f0f-8dd8-b03159a47fad</d2p1:TätigkeitId>
<d2p1:VerbuchungsNr>8</d2p1:VerbuchungsNr>
<d2p1:Zeit>2026-03-19T06:35:52.0688851+01:00</d2p1:Zeit>
</Value>
</ResultOfZeitEintragDtoQ4WjWnJz>