POST api/banka/{token}/sube/kaydet

Banka Şube Kaydet

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

return api/kernel/create-token

string

Required

Body Parameters

Banka Şube Model

BankaSubeModel
NameDescriptionTypeAdditional information
BankaKodu

Banka Kodu

string

Required

String length: inclusive between 0 and 10

HesSubeKodu

Banka Şube Kodu

string

Required

String length: inclusive between 0 and 10

HesSubeAdi

Banka Şube Adı

string

Required

String length: inclusive between 0 and 50

UlkeKodu

Ülke Kodu

string

String length: inclusive between 0 and 4

Adres

Adres

string

String length: inclusive between 0 and 100

SehirKodu

Şehir Kodu

string

String length: inclusive between 0 and 5

Ilce

İlçe

string

String length: inclusive between 0 and 20

Telefon

Telefon

string

String length: inclusive between 0 and 20

Faks

Faks

string

String length: inclusive between 0 and 20

Aciklama1

Açıklama-1

string

String length: inclusive between 0 and 100

Aciklama2

Açıklama-2

string

String length: inclusive between 0 and 100

Aciklama3

Açıklama-3

string

String length: inclusive between 0 and 100

Durum

Durum

boolean

None.

Ilgili

İlgili

string

String length: inclusive between 0 and 50

KayitTarihi

Sistem tarafından atranır.

date

None.

KayitYapan

Sistem tarafından atranır.

string

None.

DuzeltmeTarihi

Sistem tarafından atranır.

date

None.

DuzeltmeYapan

Sistem tarafından atranır.

string

None.

Aktarildi

Sistem tarafından atranır.

boolean

None.

SirketKodu

Sistem tarafından atranır.

integer

None.

SubeKodu

Sistem tarafından atranır.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bankaKodu": "sample string 1",
  "hesSubeKodu": "sample string 2",
  "hesSubeAdi": "sample string 3",
  "ulkeKodu": "sample string 4",
  "adres": "sample string 5",
  "sehirKodu": "sample string 6",
  "ilce": "sample string 7",
  "telefon": "sample string 8",
  "faks": "sample string 9",
  "aciklama1": "sample string 10",
  "aciklama2": "sample string 11",
  "aciklama3": "sample string 12",
  "durum": true,
  "ilgili": "sample string 14",
  "kayitTarihi": "2024-09-19T23:36:14.0526861+03:00",
  "kayitYapan": "sample string 15",
  "duzeltmeTarihi": "2024-09-19T23:36:14.0526861+03:00",
  "duzeltmeYapan": "sample string 16",
  "aktarildi": true,
  "sirketKodu": 18,
  "subeKodu": 19
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

boolean

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.