ExportCustomerInfo
This is the field where foreign buyer information is entered on IHRACAT invoices.
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.
PersonSurname
string Zorunlu
The foreign recipient's last name is entered.
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.
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