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

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/addrange \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/addrange \
 -H "Content-Type: application/json" \
 -d '[{"id":42,"yedek":"string"}]'
curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/addrange \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/Ayar/addrange \
 -H "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"
  }
]