Update Partner

You can perform update operation for partner at this step.

The parameters that need to be sent to the service are shared below:

Update Customer Corporate Request Parameters

HEADER

Parameter
Tip
Is Mandatory?
Description

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.

INFORMATIONS

Parameter
Tip
Is Mandatory?
Description

Id

int

It is the base ID of the customer.

NationalityId

int

It is the nationality ID of the customer.

Nationality

string

It is the nationality of the customer.

IdentityNumber

string

It is the identity number of the customer.

BirthDate

datetime

It is the birth date of the customer.

Name

string

It is the name of the customer.

LastName

string

It is the last name of the customer.

FullName

string

It is the name and surname of the customer.

Gsm

string

It is the phone number of the customer.

BirthOffPlace

string

It is the birthplace of the customer.

ProfessionId

int

Its is the profession Id of the customer.

Profession

string

Its is the profession of the customer.

MothersName

string

It is the mother's name of the customer. If the person to be updated is a Turkish citizen, you must send mother's name information.

FathersName

string

It is the father's name of the customer. If the person to be updated is a Turkish citizen, you must send father's name information.

NEWPARTNERFORM

The form should be filled out and submitted in cases where an update is required.

Parameter
Tip
Is Mandatory?
Description

CustomerIndividualId

int

Its the ID of the customer individual.

IdentityDocumentId

int

Its the ID of the identity document.

DocumentNumber

string

Its the number of the document.

DocumentTypeId

int

Its the ID of the document type.

IssuingCountryId

int

It is the ID information of the country issuing the document.

DateOfIssue

datetime

It is the issue date of the document.

DateOfExpire

datetime

It is the expiration date of the document.

FormId

int

It is the form type ID information of the partner's form.

FormTypeId

int

It is the form type ID information of the partner's form type.

Name

string

It is the front side name of the partner's form.

Url

string

It is the URL information of the front side of the partner's form.

NameBack

string

It is the back side name of the partner's form.

UrlBack

string

It is the URL information of the back side of the partner's form.

CURRENTIDENTITYDOCUMENT

Parameter
Tip
Is Mandatory?
Description

IdentityDocumentId

int

Kimlik bilgileri id bilgisidir.

DocumentNumber

string

Kimlik belgesi numarasıdır.

DocumentTypeId

int

Kimlik belgesi tip id bilgisidir.

IssuingCountryId

int

Belgeyi veren ülke id bilgisidir.

DateOfIssue

datetime

Belgenin verilme tarihidir.

DateOfExpire

datetime

Belgenin geçerlilik bitiş tarihidir.

The sample JSON object to be sent to the service is as follows:

If the status is 0, the transaction has been successfully completed.

Response example;

Last updated