Hello community,
I'm currently trying to load customeres via WebDAV and XML File Input, but the customers are not appearing in the system.
Here is the file I'm trying to use:
<?xml version="1.0" encoding="utf-8"?>
<CustomerInputRequest>
<MessageHeader>
<CreationDateTime>2015-12-01T00:00:00.000Z</CreationDateTime>
</MessageHeader>
<List listCompleteTransmissionIndicator="true" actionCode="01">
<Customer>
<CategoryCode>2</CategoryCode>
<CurrentCommon>
<Organisation>
<Name>
<FirstLineName>Test Customer ASDF</FirstLineName>
</Name>
</Organisation>
</CurrentCommon>
<CurrentBusinessCharacters>
<CustomerIndicator>true</CustomerIndicator>
</CurrentBusinessCharacters>
</Customer>
</List>
</CustomerInputRequest>
I'm getting an error within the system, which states: "name missing".
any suggestions?
br mike