What is the proper structure for sendDocument API call with multiple files?
Hello - from the SOAP API documentation, you can send multiple template filenames to be merged into a single pdf to be sent out for signing:
fileInfos
- FileInfo[]
-A list of one or more files (or references to files) that will be sent out for signature. If more than one file is provided, they will be combined into one PDF before being sent out.
What is the proper structure to send merged files? I can't tell if the fileInfos is a node with mulitiple FileInfo children, or if a single FileInfo child should contain an array of libraryDocumentName strings.
thx
