Ajanda Not Silme Toplu

POST /api/AjandaNotlar/deleterange

Belirtilen aralıkta bulunan ajanda notlarını toplu olarak siler. Bu işlem, birden fazla notun aynı anda temizlenmesi gerektiğinde kullanılır.

Body

  • ajandaId string | null

    ajandaId açıklaması.

    Minimum length is 0, maximum length is 10.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • notlar string | null

    Ek notlar.

  • Additional properties are NOT allowed

Body

  • ajandaId string | null

    ajandaId açıklaması.

    Minimum length is 0, maximum length is 10.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • notlar string | null

    Ek notlar.

  • Additional properties are NOT allowed

Body

  • ajandaId string | null

    ajandaId açıklaması.

    Minimum length is 0, maximum length is 10.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • notlar string | null

    Ek notlar.

  • Additional properties are NOT allowed

Body

  • ajandaId string | null

    ajandaId açıklaması.

    Minimum length is 0, maximum length is 10.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • notlar string | null

    Ek notlar.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange' \
 --header "Content-Type: application/*+json"
curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange' \
 --header "Content-Type: application/json" \
 --data '[{"ajandaId":"string","id":42,"notlar":"string"}]'
curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange' \
 --header "Content-Type: application/json-patch+json"
curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/deleterange' \
 --header "Content-Type: text/json"
Request examples
[
  {
    "ajandaId": "string",
    "id": 42,
    "notlar": "string"
  }
]
Request examples
[
  {
    "ajandaId": "string",
    "id": 42,
    "notlar": "string"
  }
]
Request examples
[
  {
    "ajandaId": "string",
    "id": 42,
    "notlar": "string"
  }
]
Request examples
[
  {
    "ajandaId": "string",
    "id": 42,
    "notlar": "string"
  }
]