ExportCustomerInfo

This is the field where foreign buyer information is entered on IHRACAT invoices.

circle-info

The Export CustomerInfo object is derived from the Export CustomerInfo Dto object.

public class ExportCustomerInfoDto
{
     public string TaxNumber { get; set; }
     public string LegalRegistrationName { get; set; }
     public string PersonName { get; set; }
     public string PersonSurName { get; set; }
     public string Address { get; set; }
     public string District { get; set; }
     public string City { get; set; }
     public string Country { get; set; }
     public string PostalCode { get; set; }
     public string Phone { get; set; }
     public string Fax { get; set; }
     public string Mail { get; set; }
     public string WebSite { get; set; }
}

TaxNumber

string Zorunlu

This is the field where the tax identification number (VKN) of the foreign buyer's country will be entered.

LegalRegistrationName

string Zorunlu

This is the field where the official title information of the foreign buyer's country will be entered.

PersonName

string Zorunlu

The name of the foreign buyer is entered.

circle-info

This is used if the recipient is a foreign individual. It is a required field if the PersonSurName field is already filled.

PersonSurname

string Zorunlu

The foreign recipient's last name is entered.

circle-info

This is used if the recipient is a foreign individual. It is a required field if the PersonName field is already filled.

Address

string Zorunlu

This is the field where the foreign recipient's address information will be entered.

District

string Zorunlu

This is the field where the foreign buyer's district information is entered.

City

string Zorunlu

This is the field where the foreign buyer's city information is entered.

Country

string Zorunlu

This is the field where the foreign buyer's country information is entered.

PostalCode

string Seçimli

This is the field where the foreign recipient's postal code is entered.

Phone

string Seçimli

This is the field where the foreign recipient's phone number will be entered.

Fax

string Seçimli

The foreign recipient's fax number is entered.

Mail

string Seçimli

The email address of the foreign recipient is entered.

WebSite

string Seçimli

The foreign buyer's website information is entered.

Last updated