Adding Details to a Non-revisable UDI Super Set
This example shows you how to add details to a non-revisable UDI super set. Use the following POST URI with the request body.
URI
POST Windchill/servlet/odata/UDI/UDISuperSets('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:256935')/Details
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"@odata.type": "#PTC.UDI.FDAPremarketAuthorizationNumber",
"UdissfdaPremarketAuthorizationNumber": "ABCD12",
"UdissfdaSupplementNumber": "SAD2312",
"Context@odata.bind": "Containers('OR:wt.inf.library.WTLibrary:256401')"
}
The request creates a non-revisable UDI super set and adds the details to the UDI super set.