Update Customer Corporate

You can perform update operation for customer corporate at this step.

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

Update Customer Corporate Request Message 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.

CORPORATEDETAILS

Parameter
Tip
Is Mandatory?
Description

CustomerId

int

It is the base ID information of the customer.

CorporateCountryId

int

It is the country ID information of corporate.

TaxNumber

string

It is the tax number information of corporate.

TaxOffice

string

It is the tax office information of corporate.

CorporateName

string

It is the name information of corporate.

ADDRESDETAILS

Parameter
Tip
Is Mandatory?
Description

AddressId

int

It is the ID information of the address.

CustomerId

int

It is the base ID information of the customer.

CountryId

int

It is the ID information of the country.

ProvinceId

int

It is the ID information of the province.

SubProvince

int

It is the ID information of the subprovince.

TextAddress

string

It is the address detail information of the customer.

PostCode

string

It is the postal code of the address.

CORPORATEFORMS

In cases where the form needs to be updated, it should be filled out and sent.

Parameter
Tip
Is Mandatory?
Description

CustomerId

int

It is the base ID information of the customer.

CustomerIndividualId

int

It is the ID information 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.

The sample request model is as follows:

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

The sample response model from the api is shared below.

Last updated