FRAMES | NO FRAMES Description | Parameters | Examples | Response
Release Hold (Operation)
URL http://<hold-url>/release
Parent Resource Hold

Description

Releases a hold that was placed on the job.

Refer to the Holds resource to find a list of all the holds on a job. Any hold without a valid release date is a hold that is active and can be released with this operation.

Parameters

Parameter Details
f Description: The response format. The default response format is html.

Values: html | json
user Required
Description: The username of the client.
comments Description: A string containing a reason why the hold is being released.

Example Usage

Example 1: URL for releasing a hold on job ID 5 in the "Workflow" service on sampleserver.

http://sampleserver/arcgis/rest/services/Workflow/WMServer/jobs/5/holds/16/release?user=amiller

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }