Stop Editing
- URL: https://<version-url>/stopEditing
(POST only)
- Version Introduced:10.6
Description
Using the specified session id and user id, stop a service edit session and save (or discard) edits.
Request Parameters
Parameter | Details |
|---|---|
| f | Description: Optional parameter to specify the output format of the response. The default response format is html. Values: html | json |
| sessionID | Description: The client generated session id (guid); a required parameter. Syntax : sessionId = {3F2504E0-4F89-41D3-9A0C-0305E82C3301} |
| saveEdits | Description: Should the edits in the version be saved; this is a required parameter. |
JSON Response Syntax
{
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}