Firma Kod Güncelle

PUT /api/FirmaKodlar/update

Belirtilen ID'ye sahip firma kodunu günceller. Bu işlem, mevcut bir firma kodu bilgisindeki bilgileri güncellemek için kullanılır.

Body

  • deger string | null

    Firma kodlarına ait değerlerin tanımlandığı alan.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kod string | null

    Kod.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Firma kodlarına ait değerlerin tanımlandığı alan.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kod string | null

    Kod.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Firma kodlarına ait değerlerin tanımlandığı alan.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kod string | null

    Kod.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Firma kodlarına ait değerlerin tanımlandığı alan.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kod string | null

    Kod.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

curl \
 --request PUT 'https://apiv3.bilsoft.com/api/FirmaKodlar/update' \
 --header "Content-Type: application/*+json"
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/FirmaKodlar/update' \
 --header "Content-Type: application/json" \
 --data '{"deger":"string","id":42,"kod":"string"}'
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/FirmaKodlar/update' \
 --header "Content-Type: application/json-patch+json"
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/FirmaKodlar/update' \
 --header "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"
}