Creating a Revisable Regulatory Submission with Associated Drivers
You can create a revisable regulatory submission with one or more associated drivers.
This example shows how to create a revisable regulatory submission with an associated driver. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/RegMstr/RegSubmission2
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"@odata.type": "#com.ptc.qualitymanagement.regmstr.UniqueDeviceIdentifierSubmission",
"Context@odata.bind": "PTC.DataAdmin.Containers('OR:wt.inf.library.WTLibrary:264553')",
"SubmittedTo@odata.bind": "Places('OR:com.ptc.qualitymanagement.masterdata.entity.MDEntity:265122')",
"Name": "TestRegSub2",
"DriverLinks": [
{
"Driver@odata.bind": "Drivers('OR:wt.part.WTPart:125697')"
}
]
}