Revising Multiple Parts
This example shows you how to change the revision of multiple parts. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/ProdMgmt/ReviseParts HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"Parts":[
{ "ID": "OR:wt.part.WTPart:270209" }
,
{ "ID": "OR:wt.part.WTPart:270219" }
]
}