Updating a Non-revisable Regulatory Submission
To update a non-revisable regulatory submission, you must have Modify permission to edit it.
* 
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 non-revisable regulatory submission. Use the following PATCH URI with the request body.
URI
PATCH /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:237897')
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"
}