AdditionalDocumentReference

    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; }
    }
    public class AttachmentDto
    {
        public string Base64Data { get; set; }
        public string MimeCode { get; set; }
        public string FileName { get; set; }
    }

ID

string Zorunlu

Alıcının adres bilgisinin girileceği alandır.

IssueDate

string Zorunlu

Bu alana irsaliye tarihi ve saati girilir.

DocumentType

string Zorunlu

Alıcının şehir bilgisinin girileceği alandır.

DocumentTypeCode

string Zorunlu

Alıcının ülke bilgisinin girileceği alandır.

DocumentDescription

string Seçimli

Alıcının posta kodunun girileceği alandır.

Base64Date

string Seçimli

Alıcının telefon numarasının girileceği alandır.

MimeCode

string Seçimli

Alıcının fax bilgisi girilir.

FileName

string Seçimli

Alıcının mail bilgisi girilir