Şube Ekle
Sisteme yeni bir şube kaydı ekler. Bu işlem, belirtilen şube bilgilerini sisteme kaydeder ve işlemin başarılı olduğunu belirtir.
application/*+json
POST /api/Subeler/add
cURL (application/*+json)
curl \
-X POST https://apiv3.bilsoft.com/api/Subeler/add \
-H "Content-Type: application/*+json"
curl \
-X POST https://apiv3.bilsoft.com/api/Subeler/add \
-H "Content-Type: application/json" \
-d '{"id":42,"subeAdi":"string"}'
curl \
-X POST https://apiv3.bilsoft.com/api/Subeler/add \
-H "Content-Type: application/json-patch+json"
curl \
-X POST https://apiv3.bilsoft.com/api/Subeler/add \
-H "Content-Type: text/json"
Request examples
{
"id": 42,
"subeAdi": "string"
}
Request examples
{
"id": 42,
"subeAdi": "string"
}
Request examples
{
"id": 42,
"subeAdi": "string"
}
Request examples
{
"id": 42,
"subeAdi": "string"
}