Updating a Revisable Regulatory Submission
To update a revisable regulatory submission, you must first check out the regulatory submission.
You must have Modify permissions to edit a revisable regulatory submission.
* 
You cannot modify the attributes, Name, Type, Number, Revision, Context, and State.
The attributes defined with a "Required" constraint in Windchill must be specified.
This example shows how to update the attributes of an existing revisable regulatory submission. Use the following PATCH URI with the request body.
URI
PATCH /Windchill/servlet/odata/RegMstr/RegSubmission2('OR:com.ptc.qualitymanagement.regmstr.RegSubmission2:256705')
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"RemoteURL": "ww.ptc.com",
"RemoteIdentifier": "remoteID",
"CertificateNumber": "CN001",
"ExpirationDate": "2023-02-23T05:37:08.650Z",
"Expired": "No",
"SubmissionID": "abc",
"submissionStage": "Stage1",
"SubmittedDate": "2023-02-23T05:37:08.650Z",
"ApprovalDate": "2023-02-23T05:37:08.650Z",
"TerminatedDate": "2023-02-23T05:37:08.650Z"
}