Creating a Driver Link for an Existing Revisable Regulatory Submission
This example shows you how to create a driver link for an existing revisable regulatory submission. Use the following POST URI with the request body.
URI
POST Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.UniqueDeviceIdentifierSubmission:266279')/DriverLinks
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"@odata.type": "#PTC.RegMstr.DriverLink",
"Driver@odata.bind": "Drivers('OR:wt.part.WTPart:125425')"
}
The request create a link between the specified driver and the revisable regulatory submission.