Example: Revising a Specific Department Data Object
This example shows you how to change the revision of a specific Department Data object. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/BomTransformation/DepartmentDatas('OR:com.ptc.windchill.enterprise.data.PlantFunctionalData:182859')/PTC.BomTransformation.Revise
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"VersionId": "J"
}