I tried to set the account by using
ORDER hOrder = new ORDER();
hOrder.Account = "Demo";
but after submitted successfully, I checked in REDI UI, it shows display account as empty. but when i created from REDI UI, it shows display account as "DEMO". Is that something I am missing from API side?