DELETE api/HitCom
DELETE - SS Storno Deleting a Resource (cruD) If a DELETE request succeeds, it can return status 200 (OK) with an entity-body that describes the status; status 202 (Accepted) if the deletion is still pending; or status 204 (No Content) with no entity body. In this case, the DeleteProduct method has a void return type, so ASP.NET Web API automatically translates this into status code 204 (No Content).
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pHitComInput | Die Input-Strukur. |
Define this parameter in the request body. |
Request body formats
Samples
application/json, text/json
Sample:
{ "Subcode": "sample string 1", "Meldung": "sample string 2", "Feldliste": "sample string 3", "Datenliste": "sample string 4", "Bnr": "sample string 5", "Mbn": "sample string 6", "Pin": "sample string 7", "Mandant": "sample string 8", "TOTP": "sample string 9", "Light": "sample string 10", "ExtraLogonCols": "sample string 11", "Session": "sample string 12", "Secret": "sample string 13", "Timeout": "sample string 14", "Ausgabeform": "sample string 15", "Context": "sample string 16" }
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.