build_manifest_xml_from_list: Bulk Binary Attachments Manifest List to XML Converter
Description
This function converts a list of data for binary attachments to XML
Usage
build_manifest_xml_from_list(input_data, root = NULL)
Arguments
input_data
list; data to be appended
root
xmlNode; an XML node to be used as the root
Value
xmlNode; an XML node constructed into a manifest data required
by the Bulk APIs for handling binary attachment data.