Execute a request via RESTful Web Services

Execute the following request via RESTful Web Services.

Note The change number must be a change of the Release Management category. ClosingComments and ClosureCode are required fields for terminating a Release Management change.

POST an action terminate to a change which is in Evaluation & Change Closure phase. The json data resembles:

{ "TerminateChange":    {
      "close":{
         "ClosingComments":"closureComments tested",
         "ClosureCode":"1"
      }  
   }
}