Hi experts,
I created Free text invoice using AIF service
I want to assign value to field PostalAddress with code:
AxdEntityKey_LogisticsPostalAddress logisticsPostalAddress = new AxdEntityKey_LogisticsPostalAddress();
logisticsPostalAddress.Location_LocationId = "000047573";
custInvoiceTable.PostalAddress = logisticsPostalAddress;
But I get error: Document Free text invoice could not be created. Error details: Invalid xml document.
Any one help me?
Thanks all.
*This post is locked for comments