OrderReference

    public class OrderReferenceDto
    {
        public string ID { get; set; }
        public DateTime? IssueDate { get; set; }
        public AdditionalDocumentReferenceDto DocumentReference { get; set; }

    }
    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; }
    }

ID

string Zorunlu

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

IssueDate

string Zorunlu

Alıcının ilçe bilgisinin girileceği alandır.

City

string Zorunlu

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

Country

string Zorunlu

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

PostalCode

string Seçimli

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

Phone

string Seçimli

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

Fax

string Seçimli

Alıcının fax bilgisi girilir.

Mail

string Seçimli

Alıcının mail bilgisi girilir

WebSite

string Seçimli

Alıcının web site bilgisi girilir