Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC Regulatory Master Domain > Creating a Driver Link for an Existing Non-revisable Regulatory Submission
Creating a Driver Link for an Existing Non-revisable Regulatory Submission
This example shows you how to create a driver link for an existing non-revisable regulatory submission. Use the following POST URI with the request body.
URI
POST Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:256705')/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:125644')"
}
The request creates a link between the specified driver and the non-revisable regulatory submission.