Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Change Management Domain > Editing the Sequence of Change Tasks
  
Editing the Sequence of Change Tasks
The following example shows you how to edit the sequence values of Change Tasks that are in progress. Use the following PATCH request with the request body that contains the new sequence value that you want to assign to the change task. You must reserve the change task before you run this request.
URI
POST /Windchill/servlet/odata/ChangeMgmt/ChangeTasks('VR:wt.change2.WTChangeActivity2:6623282') HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"sequence":"<new sequence number>"

}