ReplaceDocumentRendition
Replace the rendition of the given document with a new one
Input
| Name | Type | Required | Description |
| DocumentId | String | True | The document Id to replace the rendition for |
| RenditionType | String | True | The type of rendition being replaced |
| File | String | False | The new file to upload |
| FileData | String | False | Base64 string representation of the file content. Only used if File and InputStream are not set. |
| FileName | String | False | The file name including extension to be used for File or Content input. FileName is optional for File input, and required for Content or FileData input. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the procedure was successful or not |