Cari Kod Güncelle Toplu

PUT /api/CariKodlar/updaterange

Belirtilen aralıkta bulunan cari kodları toplu olarak günceller. Bu işlem, birden fazla müşteri kodunun aynı anda güncellenmesi gerektiğinde kullanılır.

Body

  • cariId integer(int32) | null

    Cari hesabın benzersiz kimlik numarası.

  • deger string | null

    Değer.

    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

  • cariId integer(int32) | null

    Cari hesabın benzersiz kimlik numarası.

  • deger string | null

    Değer.

    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

  • cariId integer(int32) | null

    Cari hesabın benzersiz kimlik numarası.

  • deger string | null

    Değer.

    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

  • cariId integer(int32) | null

    Cari hesabın benzersiz kimlik numarası.

  • deger string | null

    Değer.

    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/CariKodlar/updaterange' \
 --header "Content-Type: application/*+json"
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/CariKodlar/updaterange' \
 --header "Content-Type: application/json" \
 --data '[{"cariId":42,"deger":"string","id":42,"kod":"string"}]'
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/CariKodlar/updaterange' \
 --header "Content-Type: application/json-patch+json"
curl \
 --request PUT 'https://apiv3.bilsoft.com/api/CariKodlar/updaterange' \
 --header "Content-Type: text/json"
Request examples
[
  {
    "cariId": 42,
    "deger": "string",
    "id": 42,
    "kod": "string"
  }
]
Request examples
[
  {
    "cariId": 42,
    "deger": "string",
    "id": 42,
    "kod": "string"
  }
]
Request examples
[
  {
    "cariId": 42,
    "deger": "string",
    "id": 42,
    "kod": "string"
  }
]
Request examples
[
  {
    "cariId": 42,
    "deger": "string",
    "id": 42,
    "kod": "string"
  }
]