Checks in a document that had been previously checked out.
When a new version of a document is checked in, its unique key does not change; however, the previous version of the document is saved under a new unique key.
checkIn Parameter Descriptions
Parameter Name |
Data Type |
Description |
documentUniqueKey |
string |
The unique key of the document file. This should be the same unique key passed when you checked out the document. |
content |
base64Binary |
The document file content. |
versionText |
string |
The version number to assign to this document. |
None