POST Isletme_Ekle

Request Information

URI Parameters

None.

Body Parameters

Kullanici
NameDescriptionTypeAdditional information
adsoyad

string

None.

eposta

string

None.

eposta_ok

boolean

None.

kye_tarih

date

None.

sifre

string

None.

telefon

string

None.

telefon_ok

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "adsoyad": "sample string 1",
  "eposta": "sample string 2",
  "eposta_ok": true,
  "kye_tarih": "2026-01-07T11:56:48.4494392+03:00",
  "sifre": "sample string 5",
  "telefon": "sample string 6",
  "telefon_ok": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.