PUT api/ItemTitle/delete-multiple-maintain

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ids
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Item1": {
    "$id": "2",
    "$values": [
      1,
      2,
      3
    ]
  },
  "Item2": {
    "$id": "3",
    "$values": [
      1,
      2,
      3
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ValueTuple`2'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "SucceedAt": "2024-11-09T12:59:00.7792484+11:00",
  "SuccessOutput": {
    "$id": "2"
  },
  "Success": true,
  "ErrorMessages": null,
  "WarningMessages": {
    "$id": "3",
    "$values": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  "InfoMessages": {
    "$id": "4",
    "$values": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  "DatabaseErrorMessage": "sample string 3",
  "SuccessMessage": "sample string 4",
  "RelatedKeyId": "sample string 5"
}