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/xml, text/xml
Sample:
<HitRawInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIT3.Models.RESTv1"> <Ausgabeform>sample string 12</Ausgabeform> <Bnr>sample string 2</Bnr> <Context>sample string 13</Context> <ExtraLogonCols>sample string 8</ExtraLogonCols> <Light>sample string 7</Light> <Mandant>sample string 5</Mandant> <Mbn>sample string 3</Mbn> <Pin>sample string 4</Pin> <Secret>sample string 10</Secret> <Session>sample string 9</Session> <TOTP>sample string 6</TOTP> <Timeout>sample string 11</Timeout> <Befehlspuffer>sample string 1</Befehlspuffer> </HitRawInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
Samples
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.