POST api/HitBatch
Führt 1..n HIT-Anfragen aus und gibt deren Antworten zurück. Die Anfrage besteht aus drei Elementen: Befehl (z.B. XS/S), Meldung (z.B. GEBURT) und Daten. Die Daten sind wie eine CSV-Datei aufgebaut: die erste Zeile ist die Kopfzeile, alle weiteren Zeilen die dazupassenden Datenzeilen. 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 |
---|---|---|
pHitBatchInput | Die Input-Strukur. |
Define this parameter in the request body. |
Request body formats
Samples
application/json, text/json
Sample:
{ "Befehl": "sample string 1", "Meldung": "sample string 2", "Daten": "sample string 3", "Bnr": "sample string 4", "Mbn": "sample string 5", "Pin": "sample string 6", "Mandant": "sample string 7", "TOTP": "sample string 8", "Light": "sample string 9", "ExtraLogonCols": "sample string 10", "Session": "sample string 11", "Secret": "sample string 12", "Timeout": "sample string 13", "Ausgabeform": "sample string 14", "Context": "sample string 15" }
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.