toList | Document List Optional. List to which you want to append documents. If you do not specify toList, the service creates a new list. |
fromList | Document List Optional. Documents you want to append to the end of toList. |
fromItem | Document Optional. Document you want to append to the end of toList. If you specify both fromList and fromItem, the service adds the document specified in fromItem after the documents in fromList. |
toList | Document List The toList document list with the documents in fromList and fromItem appended to it. |