DuplicateDoc
Duplicate a document.
Input
| Name | Type | Required | Description |
| DocId | String | True | The document's unique identifier. |
| DuplicateType | String | False | The document's duplication types.
The allowed values are duplicate_doc_with_content, duplicate_doc_with_content_and_updates. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| DocId | String | The document's unique identifier. |