POST KullaniciKaydet
Request Information
URI Parameters
None.
Body Parameters
KullaniciBilgileri| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| kullanicikodu | string |
None. |
|
| kullaniciadi | string |
None. |
|
| sifre | string |
None. |
|
| etacarikodu | string |
None. |
|
| aktif | integer |
None. |
|
| admin | integer |
None. |
|
| ckb | CariKartBilgileri |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"kullanicikodu": "sample string 2",
"kullaniciadi": "sample string 3",
"sifre": "sample string 4",
"etacarikodu": "sample string 5",
"aktif": 6,
"admin": 7,
"ckb": {
"cariKodu": "sample string 1",
"cariUnvani": "sample string 2",
"bakiye": 3.0,
"iskonto": 4.0
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Sonuc| Name | Description | Type | Additional information |
|---|---|---|---|
| sonuc | boolean |
None. |
|
| data | Object |
None. |
|
| ekData | Object |
None. |
|
| mesaj | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sonuc": true,
"data": {},
"ekData": {},
"mesaj": "sample string 4"
}