- URL:
 - https://<root>/<serviceName>/VersionManagementServer/versions/<versionGuid>/stopReading
 - Methods:
 POST- Version Introduced:
 - 10.6
 
Description
The stop operation allows you to use a session value to release a shared lock on a branch version.
Review the read and edit session requirements for version resource operations.
Request parameters
| Parameter | Details | 
|---|---|
  | Specifies the output format of the response. The default response format is  Values:   | 
  | The client generated session ID (GUID). Syntax:   | 
JSON Response syntax
{
  "success" : <true | false>,
  "error" : { // only if success is false
    "extendedCode" : <HRESULT>,
    "message" : <error message>,
    "details" : [ <detail> ]
  }
}