Ajanda Not Ekle Toplu

POST /api/AjandaNotlar/addrange

Belirtilen aralıkta birden fazla ajanda notu ekler. Bu işlem, toplu not eklemeleri yapmak için 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/addrange' \
 --header "Content-Type: application/*+json"
curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/addrange' \
 --header "Content-Type: application/json" \
 --data '[{"ajandaId":"string","id":42,"notlar":"string"}]'
curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/addrange' \
 --header "Content-Type: application/json-patch+json"
curl \
 --request POST 'https://apiv3.bilsoft.com/api/AjandaNotlar/addrange' \
 --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"
  }
]