Set Hold Ended

This method set a single issue’s statu as Suspension terminated. The client makes a PUT request providing input parameters CompanyID, IssueID and LanguageID. The output will be either in json or xml format depending on the request type.

For this operation, the issue that wants to set as Suspension terminated have to be on Suspended status. Otherwise the result will be false on response body.
Name Value
REST-API METHOD SET HOLD ENDED
HTTP METHOD PUT
RESPONSE TYPE XML
URL https://api.csm.next4biz.net/services/IssueService/{CompanyID}/issueUnHold.json/{issueID}/{langID}https://api.csm.next4biz.net/services/IssueService/{CompanyID}/issueUnHold.xml/{issueID}/{langID}
REQUEST HEAD Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+json,application/json;q=0.9,*/*;q=0.8 Content-Type: application/jsonAuthorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/xml
  • XML
  • JSON
ENDPOINT DEFINITION
PUT
RESPONSE BODY
                                    
                                        <Response
	xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
	<Content i:nil="true"/>
	<Message>Operation was successfully completed</Message>
	<Result>true</Result>
</Response>                                    
                                
                                                                        
                                        {
    "Content": {},
    "Message": "Operation was successfully completed",
    "Result": "true"
}