Firma Kod Güncelle
Belirtilen ID'ye sahip firma kodunu günceller. Bu işlem, mevcut bir firma kodu bilgisindeki bilgileri güncellemek için kullanılır.
application/*+json
PUT /api/FirmaKodlar/update
cURL (application/*+json)
curl \
-X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/update \
-H "Content-Type: application/*+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/update \
-H "Content-Type: application/json" \
-d '{"deger":"string","id":42,"kod":"string"}'
curl \
-X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/update \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT https://apiv3.bilsoft.com/api/FirmaKodlar/update \
-H "Content-Type: text/json"
Request examples
{
"deger": "string",
"id": 42,
"kod": "string"
}
Request examples
{
"deger": "string",
"id": 42,
"kod": "string"
}
Request examples
{
"deger": "string",
"id": 42,
"kod": "string"
}
Request examples
{
"deger": "string",
"id": 42,
"kod": "string"
}