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

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

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.