Creating a Regulatory Submission
This example shows how to create a regulatory submission. Use the following POST URI with the request body.
URI
POST /Windchill/servlet/odata/RegMstr/RegulatorySubmissions HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"@odata.type": "PTC.RegMstr.org.rnd.SampleInternal",
"SubmittedTo@odata.bind": "Places(PLACE_ID)",
"Context@odata.bind": "Containers('Container_ID')",
"Subject@odata.bind": "Subjects(wtPART_ID)",
"Name": "Test"
}