- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi - no, the documentation still references a CSV file but does not provide information on how that maps to the XML. As far as I know, you can't get XML to "read" a CSV file....so i'm looking for the specific format of the XML needed to contain the contents of the CSV file. For example, it might look like.
<UniqueId>1</UniqueId>
<ChildName>pjc</ChildName>
<ParentID>01</ParentID>
<ChildEntityType>101</ChildEntityType>
This is obviously just a guess - but it illustrates the level of documentation about the API that i'm looking for.