Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC UDI Domain > Updating a Detail in a Non-revisable UDI Super Set
  
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",
}