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.
| 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/json | Authorization: Basic {base64 encoded username:password} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/xml |
<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"
}