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
Compulsory
This is the field where the recipient's address information will be entered.
IssueDate
string
Compulsory
This is the field where the recipient's district information is entered.
City
string
Compulsory
This is the field where the recipient's city information is entered.
Country
string
Compulsory
This is the field where the recipient's country information is entered.
PostalCode
string
Optional
This is the field where the recipient's postal code is entered.
Phone
string
Optional
This is the field where the recipient's phone number will be entered.
Fax
string
Optional
The recipient's fax information is entered.
Mail
string
Optional
Recipient's e-mail information is entered
WebSite
string
Optional
Recipient's website information is entered
Last updated