Body
-
ajandaId açıklaması.
Minimum length is
0, maximum length is10. -
Benzersiz kimlik numarası.
-
Ek notlar.
Belirtilen ID'ye sahip ajanda notunu günceller. Bu işlem, mevcut bir ajanda notundaki bilgileri güncellemek için kullanılır.
ajandaId açıklaması.
Minimum length is 0, maximum length is 10.
Benzersiz kimlik numarası.
Ek notlar.
ajandaId açıklaması.
Minimum length is 0, maximum length is 10.
Benzersiz kimlik numarası.
Ek notlar.
curl \
--request PUT 'https://apiv3.bilsoft.com/api/AjandaNotlar/update' \
--header "Content-Type: application/*+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/AjandaNotlar/update' \
--header "Content-Type: application/json" \
--data '{"ajandaId":"string","id":42,"notlar":"string"}'
curl \
--request PUT 'https://apiv3.bilsoft.com/api/AjandaNotlar/update' \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/AjandaNotlar/update' \
--header "Content-Type: text/json"
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}
{
"ajandaId": "string",
"id": 42,
"notlar": "string"
}