POST api/Kullanici/Giris

Giriş işlemi

Request Information

URI Parameters

None.

Body Parameters

GirisIstek
NameDescriptionTypeAdditional information
KullaniciAdi

Kullanıcı Adı (@logismart.com.tr hariç)

string

None.

Parola

Parola

string

None.

Request Formats

application/json, text/json

Sample:
{
  "kullanici_adi": "sample string 1",
  "parola": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GirisIstek'.

Response Information

Resource Description

GirisCevap
NameDescriptionTypeAdditional information
Personel

Personel

PersonelCevap

None.

EkipPlanlar

Ekip Planlar

Collection of EkipPlanCevap

None.

Token

Token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "personel": {
    "id": 1,
    "ad": "sample string 2",
    "soyad": "sample string 3",
    "tip": 0,
    "telefon": "sample string 4"
  },
  "ekip_planlar": [
    {
      "id": 1,
      "tarih": "2025-12-06T06:51:54.8598142+03:00",
      "arac_plaka": "sample string 3",
      "personeller": [
        {
          "id": 1,
          "ad": "sample string 2",
          "soyad": "sample string 3",
          "tip": 0,
          "telefon": "sample string 4"
        },
        {
          "id": 1,
          "ad": "sample string 2",
          "soyad": "sample string 3",
          "tip": 0,
          "telefon": "sample string 4"
        }
      ]
    },
    {
      "id": 1,
      "tarih": "2025-12-06T06:51:54.8598142+03:00",
      "arac_plaka": "sample string 3",
      "personeller": [
        {
          "id": 1,
          "ad": "sample string 2",
          "soyad": "sample string 3",
          "tip": 0,
          "telefon": "sample string 4"
        },
        {
          "id": 1,
          "ad": "sample string 2",
          "soyad": "sample string 3",
          "tip": 0,
          "telefon": "sample string 4"
        }
      ]
    }
  ],
  "token": "sample string 1"
}