Cari Kod Ekle

POST /api/CariKodlar/add

Yeni bir cari kod ekler. Bu işlem, sisteme yeni müşteri kodları eklemek için kullanılır.

Body

Body

Body

Body

Responses

curl \
 -X POST https://apiv3.bilsoft.com/api/CariKodlar/add \
 -H "Content-Type: application/*+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/CariKodlar/add \
 -H "Content-Type: application/json" \
 -d '{"cariId":42,"deger":"string","id":42,"kod":"string"}'
curl \
 -X POST https://apiv3.bilsoft.com/api/CariKodlar/add \
 -H "Content-Type: application/json-patch+json"
curl \
 -X POST https://apiv3.bilsoft.com/api/CariKodlar/add \
 -H "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"
}