Add Customer Corporate
You can perform customer corporate addition operation in this step.
POST
https://apigwtest.elekse.com/api/yetkilivezne/webapi/Transfer/CustomerCorporateAdd
JSON
In the process of adding a corporate customer, if the company operates within the borders of Turkey, it is necessary to upload Vergi Levhası, İmza Sirküleri/Beyannamesi, and Ticaret Sicil Gazetesi documents. For companies operating abroad, you should upload the translated versions by a sworn translator of documents such as the tax certificate, a document indicating the presence of signatures of partners, and activity documents registered in the relevant country to the system.
The parameters that need to be sent to the service are shared below:
Add Customer Corparate Request 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.
CORPORATEDETAILS
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.
PARTNERIDLIST
Partners of 25% or more shares should be added in this section. You must send integer id list in this section.
List<int>
partner id list
ADDRESDETAILS
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.
TAXDOCUMENTFORM
DocumentNumber
string
It is the number of the document
DocumentTypeId
int
It is the ID of the document type.
FormId
int
It is the ID of the form.
FormTypeId
int
It is the ID of the form type.
FormTypeName
string
It is the type name of the form.
Name
string
It is the name of the form.
Url
string
It is the url of the form.
SIGNDOCUMENTFORM
DocumentNumber
string
It is the number of the document.
DocumentTypeId
int
It is the ID of the document type.
FormId
int
It is the ID of the form.
FormTypeId
int
It is the ID of the form type.
FormTypeName
string
It is the type name of the form.
Name
string
It is the name of the form.
Url
string
It is the url of the form.
REGISTRYDOCUMENTFORM
DocumentNumber
string
It is the number of the document.
DocumentTypeId
int
It is the ID of the document type.
FormId
int
It is the ID of the form.
FormTypeId
int
It is the ID of the form type.
FormTypeName
string
It is the type name of the form.
Name
string
It is the name of the form.
Url
string
It is the url of the form.
The sample JSON object to be sent to the service is as follows;
If the status information is 0, the transaction has been successfully completed.
The response model for a successfully completed transaction is shared below.
Last updated