POST api/HitRaw
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 POST-Request ermöglicht hier lediglich eine Anfrage per JSON- oder HTTP-Formular-Daten.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pHitRawInput | The ID of the data. |
Define this parameter in the request body. |
Request body formats
Samples
application/json, text/json
Sample:
{ "Befehlspuffer": "sample string 1", "Bnr": "sample string 2", "Mbn": "sample string 3", "Pin": "sample string 4", "Mandant": "sample string 5", "TOTP": "sample string 6", "Light": "sample string 7", "ExtraLogonCols": "sample string 8", "Session": "sample string 9", "Secret": "sample string 10", "Timeout": "sample string 11", "Ausgabeform": "sample string 12", "Context": "sample string 13" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
Samples
application/json, text/json
Sample:
Sample not available.