Actions Available in the Change Management Domain
The following are some of the key actions available in the Change Management domain:
Reserve
The Reserve action is used to reserve a change object before carrying out any update action on it.
UndoReservation
The Unreserve action is used to unreserve a reserved change object.
Submit
The Submit action is used to submit a change object which is in an “open” state.
For example,
POST /windchill/servlet/odata/ChangeMgmt/ProblemReports('OR:wt.change2.WTChangeIssue:261140')/PTC.ChangeMgmt.Submit
ReviseChangeIssue
The ReviseChangeIssue action is used to revise a problem report or a variance of a latest revision.
ReviseChangeRequest
The ReviseChangeIssue action is used to revise a change request of a latest revision.
ReviseChangeNoticeWithChangeTasks
The ReviseChangeNoticeWithChangeTasks action is used to revise a change notice or its subtype and one or more change tasks and their subtypes that exist on the change notice. All change tasks that exist on the specified change notice must be included in the request body by specifying either the PROCEED or REVISE value for each of them.
UploadRichTextImages
The UploadRichTextImages action represents the final stage of uploading rich text image files to a change object, where the actual rich text image files are uploaded and associated with the given change object.
The action uploads the specified image files to the object by mapping them to the corresponding attributes that were populated with unique filenames in Stage 2, ensuring that the rich text images are saved and associated with the object. It supports:
Image file types: JPG, JPEG, PNG, GIF, or WEBP
Mime types: "image/gif", "image/jpeg", "image/pjpeg", "image/x-png", "image/png", or "image/webp"
Image file size up to 10 MB
The UploadRichTextImages action does not check out the specified object during image upload.
* 
We recommend using the latest version of an object for uploading the rich text images.
The following is an example request URI for uploading rich text images to a given change request:
Example URI
POST /Windchill/servlet/odata/ChangeMgmt/ChangeRequests('OR:wt.change2.WTChangeRequest2:302540')/PTC.ChangeMgmt.UploadRichTextImages
Refer to the example topic Three-Stage Upload of Rich Text Images to a Windchill Object demonstrating the complete three-stage process.
Refer to the domain EDM for a complete list of actions.
Was this helpful?