GET api/HitRaw?Befehlspuffer={Befehlspuffer}&Bnr={Bnr}&Mbn={Mbn}&Pin={Pin}&Mandant={Mandant}&Parameter={Parameter}&TOTP={TOTP}&Light={Light}&Ausgabeform={Ausgabeform}&Session={Session}&Secret={Secret}&Timeout={Timeout}&Context={Context}&ignore_parameter={ignore_parameter}
Führt 1..n HIT-Protokollbefehl(e) aus und gibt deren Antworten zurück. Man kann hiermit jeden HITP-Befehl senden, also sowohl Abfragen als auch Meldungen. Der GET-Request ermöglicht hier lediglich eine einfache Anfrage per URL.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Befehlspuffer | HIT-Protokollbefehle, ggf. mehrere Zeilen |
Define this parameter in the request URI. |
| Bnr | Betriebsnummer |
Define this parameter in the request URI. |
| Mbn | Mitbenutzer oder leer |
Define this parameter in the request URI. |
| Pin | PIN |
Define this parameter in the request URI. |
| Mandant | Mandant oder leer |
Define this parameter in the request URI. |
| Parameter | Parameter oder leer |
Define this parameter in the request URI. |
| TOTP | Zweiter Faktor; 6- oder 8-stellig numerisch |
Define this parameter in the request URI. |
| Light | Pflicht des Zweiten Faktors leichter, normal oder schwerer (Codeset ZFA_LIGHT) |
Define this parameter in the request URI. |
| Ausgabeform | Form der Ausgabe (0:Standard, 1:offen...) |
Define this parameter in the request URI. |
| Session | Wird Session benötigt (0:nein [default], 1:ja, -1:jetzt nicht mehr) |
Define this parameter in the request URI. |
| Secret | i.d.R. leer, wird nur gebraucht für Session ohne konkrete Betriebsnummer |
Define this parameter in the request URI. |
| Timeout | Session-Timeout in Sekunden (0 bis 3600) |
Define this parameter in the request URI. |
| Context | Context, beliebiger Text (optional) |
Define this parameter in the request URI. |
| ignore_parameter |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
Samples
application/json, text/json, application/xml, text/xml
Sample not available.
