# CustomerAlias

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

> If the recipient is an e-Delivery Note taxpayer, the label to which the delivery note will be sent is specified in this field.

{% hint style="info" %}
The label information of the recipient is entered. If the recipient has more than one tag, the relevant tag information must be entered.
{% endhint %}

```javascript
{
    EDespatch: {},
    CustomerAlias: "urn:mail:defaultpk@deneme.com" //Örnek olarak verilmiştir.
}
```


---

# 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/en/nilvera-model/edespatch/customeralias.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.
