# ExportCustomerInfo

> <mark style="color:red;">**IHRACAT**</mark> faturalarında yabancı alıcı bilgilerinin girileceği alandı&#x72;**.**

{% hint style="info" %}
ExportCustomerInfo **ExportCustomerInfoDto** nesnesinden türetilmektedir.
{% endhint %}

```csharp
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

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının ülkesindeki VKN bilgisinin girileceği alandır.

### LegalRegistrationName

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının ülkesindeki Resmi Ünvan bilgisinin girileceği alandır.

### PersonName

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının adı girilir.

{% hint style="info" %}
Yabancı alıcı bir <mark style="color:red;">**şahıs**</mark> ise kullanılır. PersonSurName alanının dolu olması durumunda zorunlu alandır.
{% endhint %}

### PersonSurname

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının soyadı girilir.

{% hint style="info" %}
Yabancı alıcı bir <mark style="color:red;">**şahıs**</mark> ise kullanılır. PersonName alanının dolu olması durumunda zorunlu alandır.
{% endhint %}

### Address

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının adres bilgisinin girileceği alandır.

### District

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının ilçe bilgisinin girileceği alandır.

### City

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının şehir bilgisinin girileceği alandır.

### Country

<mark style="color:blue;">`string`</mark>  <mark style="color:red;">`Zorunlu`</mark>

> Yabancı alıcının ülke bilgisinin girileceği alandır.

### PostalCode

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> Yabancı alıcının posta kodunun girileceği alandır.

### Phone

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> Yabancı alıcının telefon numarasının girileceği alandır.

### Fax

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> Yabancı alıcının fax bilgisi girilir.

### Mail

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> Yabancı alıcının mail bilgisi girilir

### WebSite

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Seçimli`</mark>

> Yabancı alıcının web site bilgisi girilir.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.nilvera.com/nilvera-model/einvoice/exportcustomerinfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
