Body
-
Benzersiz kimlik numarası.
-
Yedek açıklaması.
Minimum length is
0
, maximum length is255
.
Belirtilen aralıkta birden fazla ayar ek modülü ekler. Bu işlem, toplu modül eklemeleri yapmak için kullanılır.
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayarekmodul/addrange' \
--header "Content-Type: application/*+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayarekmodul/addrange' \
--header "Content-Type: application/json" \
--data '[{"id":42,"yedek":"string"}]'
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayarekmodul/addrange' \
--header "Content-Type: application/json-patch+json"
curl \
--request POST 'https://apiv3.bilsoft.com/api/Ayarekmodul/addrange' \
--header "Content-Type: text/json"
[
{
"id": 42,
"yedek": "string"
}
]
[
{
"id": 42,
"yedek": "string"
}
]
[
{
"id": 42,
"yedek": "string"
}
]
[
{
"id": 42,
"yedek": "string"
}
]