Inquiry of Customer Details
You can perform the inquiry of customer details at this step.
The parameters that need to be sent to the service have been shared below;
Customer Detail Inquiry Request Parameters
DealerNo
string
It is the dealer number created for the dealer.
Username
string
It is the username created for the dealer.
Password
string
It is the password created for the dealer.
CustomerId
int
It is the base ID of the customer.
{
"Header": {
"DealerNo": "dealerno",
"Username": "username",
"Password": "password"
},
"CustomerId": 1201176
}The parameters for the response message sent from the service after the transaction are as follows;
Customer Detail Inquiry Response Parameters
CustomerId
int
Müşteriyi tanımlayan Id bilgisidir.
IsCompany
bool
Paylaşılan bilgiler kurumsal müşteriye aitse bu alan true dönecektir.
Status
int
Sorgulama sonucunun durum bilgisidir.
Customer_Explanation
string
Sorgulama hatalarında müşteriye dönülecek açıklama bilgisidir.
LOG_Explanation
string
Sorgulama hatalarında hata kodu ve hata detay bilgisidir
CUSTOMER INFORMATIONS
Id
int
Bireysel müşterinin Id bilgisidir.
CustomerId
int
Müşterinin Id bigisidir.
Name
string
Müşterinin isim bilgisidir.
SecondName
string
Müşterinin ikinci ad bilgisidir.
LastName
string
Müşterinin soyadı bilgisidir.
FullName
string
Müşterinin tam adını tanımlar.
BirthDate
date
Müşterinin doğum tarihi bilgisidir.
BirthOfPlace
string
Müşterinin doğum yeri bilgisidir.
NationalityId
int
Müşterinin uyruğunu bildiren Id bilgisidir.
Nationality
string
Müşterinin uyruk bilgisidir.
IdentityNumber
string
Müşterinin kimlik numarasıdır.
ProfessionId
int
Müşterinin mesleğini belirten Id bilgisidir.
Gender
int
Müşterinin cinsiyet bilgisidir.
MothersName
string
Müşterinin anne adı bilgiisidir.
FathersName
string
Müşterinin baba adı bilgisidir.
CUSTOMER CORPORATE INFORMATIONS
Id
int
Kurumsal müşterinin Id bilgisidir.
CorporateName
string
Kurumsal müşterinin isim bilgisidir.
TaxNumber
string
Kurumsal müşterinin vergi numarasıdır
TaxOffice
string
Kurumsal müşterinin vergi dairesi bilgisidir.
ADDRESS DETAILS
Id
int
Adres Id bilgisidir.
CustomerId
int
Müşterinin BaseId bilgisidir.
AddressTypeId
int
Adres tipi id'sidir.
CountryId
int
Ülke Id bilgisidir.
CountryName
string
Ülke adı bilgisidir.
ProvinceId
int
İl Id bilgisidir.
ProvinceName
string
İl bilgisidir
SubProvince
string
İlçe bilgisidir.
District
string
Semt bilgisidir.
Street
string
Sokak adı bilgisidir.
Substreet
string
Sokak adı bilgisidir.
StreetNumber
string
Sokak numarası bilgisidir.
GateNumber
string
Kapı numarası bilgisidir.
AddressBuildingTypeId
int
Bina tipi Id'sidir.
AddressBuildingName
string
Bina adı bilgisidir.
TextAddress
string
Adres detay bilgisidir.
PostCode
string
Posta kodu bilgisidir.
CUSTOMER FORMS
IdentityDocumentId
int
Kimlik dokümanının id bilgisidir.
DocumentNumber
string
doküman numarası bilgisidir.
DocumentTypeId
int
Doküman tipi Id bilgisidir.
IssuingCountryId
int
Belgeyi veren ülke Id bilgisidir.
DateOfIssue
datetime
Belgenin verilme tarihidir.
DateOfExpire
datetime
Belgenin geçerlilik bitiş tarihidir.
DocumentTypeName
string
Belgenin tip bilgisidir.
IssuingAuthority
string
Belgeyi veren kurum bilgisidir.
FormId
int
Formun id bilgisidir.
FormTypeId
int
Formun tip id bilgisidir.
Name
string
Formun adı bu alanda gelecektir.
Url
string
Formun url bilgisidir.
NameBack
string
Varsa formu arka yüz adını belirtir.
UrlBack
string
Varsa formun arka url bilgisidir.
CustomerId
int
Müşterinin baseId bilgisidir.
PHONE
Id
int
Telefon id bilgisidir.
CustomerId
int
Müşteri baseId bilgisidir.
PhoneTypeId
int
Telefon tip id bilgisidir.
PhoneNumber
string
Telefon bilgisidir.
IsPreferred
bool
Tercihen kullanılan telefon bilgisi olup olmadığını gösterir.
InsertDateTime
datetime
Eklenme tarihi bilgisidir.
InsertUserId
int
Ekleyen kullanıcı id bilgisidir.
UpdateDateTime
datetime
Güncellenme zamanını gösterir.
UpdateUserId
int
güncelleyen kullanıcı id bilgisidir.
IsActive
bool
Telefon bilgisinin aktiflik durumunu gösterir.
IsDelete
bool
Telefon bilgisi silinme durumunu gösterir.
IDENTITYDOCUMENT
Id
int
Kimlik dökümanı id bilgisidir.
CustomerId
int
Müşteri baseId bilgisidir.
DocumentTypeId
int
Dökümanın tip id bilgisidir.
DocumentTypeName
string
Dokümanın tip bilgisidir.
DocumentNumber
string
Doküman numarası bilgisidir.
IssuingCountryId
int
Belgeyi veren ülkenin id bilgisidir.
IssuingCountryName
string
Belgeyi veren ülke bilgisidir.
DateOfIssue
datetime
Belgenin verilme tarihidir.
DateOfExpire
datetime
Belgenin geçerlilik bitiş tarihidir.
IssuingAuthority
string
Belgeyi veren kurum bilgisidir.
IsPreferred
bool
Birincil tercih olarak kullanılan bir belge mi?
InsertDateTime
datetime
Eklenme tarihi bilgisidir.
InsertUserId
int
Belgeyi ekleyen kullanıcı id bilgisidir.
UpdateDateTime
datetime
Güncelleme tarihi bilgisidir.
UpdateUserId
int
Güncelleyen kullanıcı id bilgisidir.
IsActive
bool
Kaydın aktiflik bilgisini gösterir.
IsDelete
bool
Kaydın silinme durumunu gösterir.
Statüs bilgisinin 0 gelmesi durumunda işlem başarılı olarak gerçekleşmiştir.
Last updated