# AdditionalDocumentReference

```csharp
    public class AdditionalDocumentReferenceDto
    {
        public string ID { get; set; }
        public DateTime? IssueDate { get; set; }
        public string DocumentType { get; set; }
        public string DocumentTypeCode { get; set; }
        public string DocumentDescription { get; set; }
        public AttachmentDto Attachment { get; set; }
    }
```

```csharp
    public class AttachmentDto
    {
        public string Base64Data { get; set; }
        public string MimeCode { get; set; }
        public string FileName { get; set; }
    }
```

### ID

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

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

### IssueDate

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

> Delivery note date and time are entered in this field.

### DocumentType

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

> This is the field where the recipient's city information is entered.

### DocumentTypeCode

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

> This is the field where the recipient's country information is entered.

### DocumentDescription

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Optional`</mark>

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

### Base64Date

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Optional`</mark>

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

### MimeCode

<mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Optional`</mark>

> The recipient's fax information is entered.

### FileName

> <mark style="color:blue;">`string`</mark>  <mark style="color:orange;">`Optional`</mark>

> Recipient's e-mail information is entered


---

# 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/edespatchanswer/additionaldocumentreference.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.
