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>"

}