Stok Depo Sil

POST /api/StokDepo/delete

Belirtilen stok deposunu sistemden siler. Bu işlem, mevcut bir stok deposu bilgisini kaldırır ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

Responses

curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/delete \
 --header "Content-Type: application/*+json"
curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/delete \
 --header "Content-Type: application/json" \
 --data '{"depo":"string","id":42,"kullaniciAdi":"string","subeAdi":"string"}'
curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/delete \
 --header "Content-Type: application/json-patch+json"
curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/delete \
 --header "Content-Type: text/json"
Request examples
{
  "depo": "string",
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string"
}
Request examples
{
  "depo": "string",
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string"
}
Request examples
{
  "depo": "string",
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string"
}
Request examples
{
  "depo": "string",
  "id": 42,
  "kullaniciAdi": "string",
  "subeAdi": "string"
}