Ayar Ekle Toplu

POST /api/Ayar/addrange

Belirtilen aralıkta birden fazla ayar ekler. Bu işlem, toplu ayar eklemeleri yapmak için kullanılır.

Body

  • id integer(int32)

    Benzersiz kimlik numarası.

  • yedek string | null

    yedek açıklaması.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • id integer(int32)

    Benzersiz kimlik numarası.

  • yedek string | null

    yedek açıklaması.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • id integer(int32)

    Benzersiz kimlik numarası.

  • yedek string | null

    yedek açıklaması.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • id integer(int32)

    Benzersiz kimlik numarası.

  • yedek string | null

    yedek açıklaması.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

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