Update Individual Customer
You can perform customer update processes for the individual customer at this step.
The parameters that need to be sent to the service are shared below; Update Customer Request Message Parameters
HEADER
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.
CUSTOMERDETAILS
CustomerId
int
It is the base ID information of the customer.
NationalityId
int
It is the nationality ID information of the customer.
IdentityNumber
string
It is the identification number of the customer.
BirthDate
datetime
It is the date of birth information of the customer.
Name
string
Müşterinin isim bilgisidir.
Surname
string
It is the name information of the customer.
FullName
string
It is the name and surname information of the customer.
Gsm
string
It is the phone number information of the customer.
BirthPlace
string
It is the birthplace information of the customer.
ProfessionId
int
Its is the profession Id of the customer.
MothersName
string
It is the mother's name information of the customer.
FathersName
string
It is the father's name information of the customer.
ADDRESDETAILS
AddressId
int
It is the address ID information.
CustomerId
int
It is the base ID information of the customer.
CountryId
int
It is the country ID information.
ProvinceId
int
It is the province ID information.
SubProvince
int
It is the subprovince information.
TextAddress
string
It is the address detail.
PostCode
string
It is the postal code.
CUSTOMERFORMS
IdentityDocumentId
int
It is the identity document ID.
DocumentNumber
string
It is the identity number.
DocumentTypeId
int
Document type ID.
IssuingCountryId
int
It is the country ID.
DateOfIssue
datetime
Date of issue.
DateOfExpire
datetime
Date of expire.
FormId
int
It is the form id.
FormTypeId
int
It is the form type id.
Name
string
It is the document name.
Url
string
It is the document URL.
NameBack
string
If is exist, it is the name of the document's back side.
UrlBack
string
If is exist,it is the URL of the document's back side.
Request Example;
Last updated