Stok Depo Ekle

POST /api/StokDepo/add

Sisteme yeni bir stok deposu ekler. Bu işlem, belirtilen stok deposu bilgilerini sisteme kaydeder ve işlemin başarılı olduğunu belirtir.

Body

Body

Body

Body

Responses

curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/add \
 --header "Content-Type: application/*+json"
curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/add \
 --header "Content-Type: application/json" \
 --data '{"depo":"string","id":42,"kullaniciAdi":"string","subeAdi":"string"}'
curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/add \
 --header "Content-Type: application/json-patch+json"
curl \
 --request POST https://apiv3.bilsoft.com/api/StokDepo/add \
 --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"
}