> For the complete documentation index, see [llms.txt](https://developer.nilvera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nilvera.com/en/nilvera-model/edespatch/customeralias.md).

# 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.
}
```
