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

NameDescriptionAdditional 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",
  "ZFA": "sample string 8",
  "Mandant": "sample string 9",
  "Parameter": "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.