Updating a Detail in a Non-revisable UDI Super Set
The following example shows you how to update an existing detail in a non-revisable UDI super set. Use the following PATCH request with the request body.
URI
PATCH /Windchill/servlet/odata/UDI/UDISuperSets('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSet:256935')/Details('OR:com.ptc.qualitymanagement.udi.superset.UdiSuperSetDetail:256254')
Request Body
{
"UdissfdaPremarketAuthorizationNumber": "NEW34",
}