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

NameDescriptionAdditional 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",
  "ZFA": "sample string 7",
  "Mandant": "sample string 8",
  "Parameter": "sample string 9",
  "Session": "sample string 10",
  "Secret": "sample string 11",
  "Timeout": "sample string 12",
  "Ausgabeform": "sample string 13",
  "Context": "sample string 14"
}

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.