Creating a Revisable Regulatory Submission
This example shows you how to create a revisable regulatory submission without a subject and a 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
{
"Context@odata.bind": "Containers('Container_ID')",
"SubmittedTo@odata.bind": "Places('OR:com.ptc.qualitymanagement.masterdata.entity.MDEntity:265122')",
"Name": "Test2",
"RemoteURL": "RU",
"RemoteIdentifier": "RI",
"SubmittedDate": "2023-01-09T10:56:25.810Z",
"CertificateNumber": "",
"ExpirationDate": "2023-01-09T10:56:25.810Z",
"ApprovalDate": "2023-01-09T10:56:25.810Z"
}